hi iam learning mainframes,can anybody tell me how to check
JCL errors.(after submiting the JCL we have check in spool
or is there any other method)
Answer Posted / hari
Please use TYPE RUN=SCAN or HOLD
SCAN - It checks for the JCL error
HOLD it checks for JCL error and waits till the user
interacts to it.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is the difference between JES3 and JES2?
How to alter the parameters for the existing gdg?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the function of the steplib dd 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 is the use of disp parameter?
What is use of restart and how to use it?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
in ways data can be passed to a COBOL program from JCL?
Where can program checkpoints be stored for use in a restart?
List the various advantages of using jcl language?
Are there any set of rules for the names of the steps used in a job?
What are some jcl statements that are not allowed in procedures?