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 / sri
ya u can check the syntax error by giving JJ in the commond
line. the error step will be highlighted. u can go to 1 st
error by giving JJFE1. for 2 nd error JJFE2....
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Does jcl support automatic restart?
i want to store 20 digits . how will u do it in cobol ?
Is it possible to define dd statements as you want?
What is the function of job statement in jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain the purpose of the dd keylen parameter?
Explain the jcl exec statement?
in ways data can be passed to a COBOL program from JCL?
Is condition checking possible in jcl? If yes, how?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
how to compare two datasets without using superce because output is limited to 133 bytes
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?
Are there any set of rules for the names of the steps used in a job?
what is the purpose of coding notify parameter in job statement?