What do you know about jcl?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any command to check wether the ps file is in sorted order?
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
How to execute 2nd and 4th steps among 5 steps in jcl proc?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
How to rename a VSAM file as well as it's index file?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What are the common keyword parameters in both job and exec statements
What is DISP= (NEW,PASS,DELETE)?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how you can access an uncataloged dataset in a JCL?
What is the significance of addrspc parameter in the exec statement?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???