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 / jay
IF YOU WANT TO CHECK JCL ERROR BEFORE SUBMITTING THE JOB
U CAN GIVE JSCAN OR
IN THE JOB CARD
YOU HAVE TO PROVIED TYPRUN=SCAN
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
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?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how to do automated restart when a job abends?
Is it possible to left uncode disp?
How gdg are concatenated?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
which utility is used to run a cobol-db2 program?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What do you understand by the terms: joblib and steplib?
In job processing, what happens in conversion stage?
What is the purpose of the dd keylen parameter?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Are there any set of rules for the names of the steps used in a job? What are they?
Explain the hierarchy levels in jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?