Author |
Message |
Topic: PL/1 Question regarding SELECT |
DaPlaze
Replies: 8
Views: 3289
|
Forum: Application Programming Posted: Fri May 23, 2008 12:29 am Subject: PL/1 Question regarding SELECT |
Aha ok.. Now I understand... Thanks guys.. all of you |
Topic: PL/1 Question regarding SELECT |
DaPlaze
Replies: 8
Views: 3289
|
Forum: Application Programming Posted: Thu May 22, 2008 6:10 am Subject: PL/1 Question regarding SELECT |
Ok, thanks, can you explain why and what the difference is?
Is it because of the compiler or?
Use either:
select;
when (substr(whatever, a, b) = 'x')
do;
end;
... |
Topic: PL/1 Question regarding SELECT |
DaPlaze
Replies: 8
Views: 3289
|
Forum: Application Programming Posted: Thu May 22, 2008 4:31 am Subject: PL/1 Question regarding SELECT |
I understand that you can't be sure if it is in position 9, but what the field contains is: 'CHK TILM#1' or 'CHK TILM#2' and I know that for sure as
I have seen it intertest.
I understand that an ... |
Topic: PL/1 Question regarding SELECT |
DaPlaze
Replies: 8
Views: 3289
|
Forum: Application Programming Posted: Thu May 22, 2008 1:54 am Subject: PL/1 Question regarding SELECT |
I forgot to tell that the field AKT_SERVICE.SERVICE_FUNKTION is a CHAR(10) field. |
Topic: PL/1 Question regarding SELECT |
DaPlaze
Replies: 8
Views: 3289
|
Forum: Application Programming Posted: Thu May 22, 2008 1:36 am Subject: PL/1 Question regarding SELECT |
Hi everyone,
I have this Select statement and I would believe that it would work, however it doesn't.. Can anyone answer me why?
The program doesn't find the '#' in the FUNKTION field even though ... |
Topic: Insert Header and Tralier records into File |
DaPlaze
Replies: 4
Views: 1975
|
Forum: Utilities Posted: Mon Apr 21, 2008 7:04 am Subject: Insert Header and Tralier records into File |
Hi,
I'm not one of the best to answer this, but you don't write anything about language or anything.
In my head, with the knowledge I have, I would write a simple program to read the records, an ... |
Topic: Informational message from PL/1 compiler |
DaPlaze
Replies: 2
Views: 1135
|
Forum: Application Programming Posted: Wed Jun 06, 2007 7:06 am Subject: Informational message from PL/1 compiler |
Yes they are and I think you might be right.. |
Topic: Informational message from PL/1 compiler |
DaPlaze
Replies: 2
Views: 1135
|
Forum: Application Programming Posted: Wed Jun 06, 2007 5:53 am Subject: Informational message from PL/1 compiler |
Hi,
I will try to deliver all information needed to help me..
When I compile my program I get the following informational message from the compiler:
The next 2 statements were merged with thi ... |
Topic: Updating a VSAM file using a flat file as input with an EZT |
DaPlaze
Replies: 17
Views: 11327
|
Forum: Application Programming Posted: Wed Apr 18, 2007 7:18 am Subject: Updating a VSAM file using a flat file as input with an EZT |
Kolusu,
All the records in the flat file are present in the VSAM file but not viceversa. The first record in the flat file may present in say 120th record in the VSAM file and so on. So, the record ... |
|