What does the keyword DCB mean and what are some of the
keywords associated with it?
Answer Posted / frank
double cool bananas
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
What is the maximum length of a single line of jcl?
What are steplib and joblib?
what is DSN in JCL and what are the parameters to declare the DSN?
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 is the format of comment statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
What are hierarchy levels in jcl?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is the use of IEBGENER utility?
When output dataset space is required, what quantity categories are used?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the purpose of dd?
Is automatic restart possible in jcl? If yes, how?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
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.