Answer Posted / guest
Jcl which changes during run time i.e. the values for the
jcl such as pgm name , dd name will change .ie same jcl can
be used for various job, equivalent to dynamic sql...
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can I share my data with other jobs? How?
what happens in execution stage in job processing?
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?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
whats the diff bw the evaluate also and and?
What are the jcl procedures?
What are steplib and joblib? What for they are used?
What is multithreading in jcl?
What are the 2 types of parameters in dd statement?
What is the significance of addrspc parameter in exec statement?
What is catelog procedure and how many catelog procedure to use in one job?
in ways data can be passed to a COBOL program from JCL?
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
What are the difference between jcl and jes?
What is the purpose of dd?