Author |
Message |
Topic: label not being called properly in PLI |
hemamfuser
Replies: 3
Views: 1741
|
Forum: Application Programming Posted: Thu May 11, 2006 1:11 pm Subject: label not being called properly in PLI |
Thanks for your reply.But why in the example label WORK is being executed , as per the condition A is less than B ,so the label should not execute and PUT SKIP LIST statement shoud not execute at all ... |
Topic: label not being called properly in PLI |
hemamfuser
Replies: 3
Views: 1741
|
Forum: Application Programming Posted: Thu May 11, 2006 9:19 am Subject: label not being called properly in PLI |
Hai Members,
I have a very basic question in PLI and my code looks like below:
The value of A > B , the label executes and displays HAI.
PROG1:PROCEDURE OPTIONS(MAIN);
... |
Topic: need to find data in any column in JCL and coding rules |
hemamfuser
Replies: 9
Views: 7471
|
Forum: Job Control Language(JCL) Posted: Wed May 10, 2006 5:30 am Subject: need to find data in any column in JCL and coding rules |
Kolusu,
Thanks for all your replies and suggestions and i am clear now with the processing options.
My query:
We can code any JCL statement between cols 1 - 71 only and if we have any data in c ... |
Topic: need to find data in any column in JCL and coding rules |
hemamfuser
Replies: 9
Views: 7471
|
Forum: Job Control Language(JCL) Posted: Tue May 09, 2006 3:01 pm Subject: need to find data in any column in JCL and coding rules |
Kolusu,
You are really great and thank you once again for advising and helping me out and i am able to get my desired results and i have understood that what we have in option 3.15 the same thing y ... |
Topic: need to find data in any column in JCL and coding rules |
hemamfuser
Replies: 9
Views: 7471
|
Forum: Job Control Language(JCL) Posted: Tue May 09, 2006 2:22 pm Subject: need to find data in any column in JCL and coding rules |
Kolusu,
Your replies to my queries are really great .Can we not achieve the same result using option 3.15 checking for
a)non blank data in cols 73 - 80
b)non blank data in specific column 72.
... |
Topic: need to find data in any column in JCL and coding rules |
hemamfuser
Replies: 9
Views: 7471
|
Forum: Job Control Language(JCL) Posted: Tue May 09, 2006 1:33 pm Subject: need to find data in any column in JCL and coding rules |
Kolusu,
Thanks for your quick response.I do not have File Aid in my shop.Basically my requirement is to find all the members using 3.15 option which have non blank data in cols 73 - 80 as well non ... |
Topic: need to find data in any column in JCL and coding rules |
hemamfuser
Replies: 9
Views: 7471
|
Forum: Job Control Language(JCL) Posted: Tue May 09, 2006 12:56 pm Subject: need to find data in any column in JCL and coding rules |
Hai All,
I want to search for data in a particular column 72 in a PDS for all members by using option 3.15 .Can anybody help me out ?
Moreover my understanding is that while coding a JCL , we have ... |
Topic: need to find a data in a specific column in a JCL |
hemamfuser
Replies: 1
Views: 1331
|
Forum: Job Control Language(JCL) Posted: Tue May 09, 2006 1:46 am Subject: need to find a data in a specific column in a JCL |
Hai members,
Futher to the requirement posted , how can we find which members have data in cols 73 - 80 in the entire PDS as i need to find out all the members , even though the JCL will work but i ... |
Topic: need to find a data in a specific column in a JCL |
hemamfuser
Replies: 1
Views: 1331
|
Forum: Job Control Language(JCL) Posted: Tue May 09, 2006 1:33 am Subject: need to find a data in a specific column in a JCL |
Hai members,
I need to find in a JCL PDS , what are the JCLS (members) which have a data in column 72 to indicate that the JCL is a bad JCL and i need to fix the error by removing that data in colu ... |
|