What are the parameter in the job card wihtout which job
won't run........
Answer Posted / shashankn
JOB
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
What are the 2 types of parameters in dd statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Is automatic restart possible in jcl? If yes, how?
How can the attributes of one sms dataset be copied to another dataset?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain the jcl exec statement?
what is the use of JCL?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Is their any limit for data sets?
what is the purpose of coding notify parameter in job statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
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 ?
what are JCLLIB and STEPLIB in JCL?