Answer Posted / abc
use JJ command before submitting the job you can check the
errors and warning in the JCL
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Explain the job statement in jcl?
how JCL works?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
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 one line to pass PARM from JCL to COBOL?
For what purpose steplib and joblib are used ?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are steplib and joblib?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the function of the dd dcb keyword?
What are the utility programs in jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Does jcl support automatic restart?