Can a PROC CALL another PROC ? (in both Instream and
Cataloged cases) ?
Answer Posted / dedicated
THANKS,
And,
(i) Can an Instream PROC call other Instream PROC, as
Instream PROCs are also JCL Segments ?
(ii) Can an Instream PROC call a Cataloged PROC ?
(iii) Can a Cataloged PROC HAVE and USE an Inline PROC
inside it ?
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is notcat 2 - gs?
In job processing, what happens in execution stage?
Explain how can a jobs execution priority be modified?
what happens in execution stage in job processing?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the hierarchy levels in jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is use of restart and how to use it?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is the maximum length of a single line of jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain the purpose of dd * statement in jcl?
Explain how can values be passed from the job stream to an executable program?