Answer Posted / rashmi j
Use following DB panel to add dependecy
To add Job Dependency
DB.3.2
To add Dataset Dependency
DB.3.1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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 happens in execution stage in job processing?
How is a type of file defined in the jcl that executes the cobol program?
Explain dfsort utility?
How can return codes be tested before execution of a job step?
Explain the function of the steplib dd statement?
What do you understand by the term notcat 2 – gs?
Is automatic restart possible in jcl? If yes, how?
How would you understand error(execution phase)?
what are the types of abends that occur on job failure? And explain the possible causes of these
How does the jcl specify the job to os?
What are the difference between jcl and jes?
What is the function of the dd avgrec keyword in sms datasets?
when does a dataset go uncataloged?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?