How do you check the syntax of a JCL without running it?
Answer Posted / venkatachalam
Try PREP Commends(
Based on instalation).
Thanks!!
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Must tape dataset definitions include vol=ser specifications?
What parameter directs the output of the job log dataset?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain the function of job statement in jcl?
how to run batch program without jcl?
What is use of restart and how to use it?
Is acct parameter mandatory?
how do you access an uncataloged dataset in a jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain the purpose of the dd keylen parameter?
what operation is performed by 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?
how you can direct the data to spool using SYSOUT option?
Is their any set of rules for dd? Explain.