How to execute 300 steps in a Job?
Answer Posted / jugal kishor
Answer number 10 is not correct, the total number of steps
in all the procs <= 255
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How jcl work to handle various input output file operations?
Explain how can return codes be tested before execution of a job step?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Name the statement which can be used to send data to another mvs jes3 node?
What is concatenating?
What are steplib and joblib? What for they are used?
What is the use of disp parameter?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How can unused space allocation be returned to the system when a dataset is closed?
what is the purpose of coding class parameter in job statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how would you create a temporary dataset? And where will you use them?
How would you understand error(execution phase)?
How can values be passed from the job stream to an executable program?
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