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 / harish
u can go sool.and u will check jcl errors.without
submitting job.u can check jcl errors using with jscan/jem
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What do you understand by the terms: joblib and steplib?
Are there any set of rules for the names of the steps used in a job?
what happens in conversion stage in job processing?
What dd statement is used to supply the name of a dataset?
Explain the function of the dd dcb keyword?
Explain the function of job statement in jcl?
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' ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Why block size is multiple of lrecl in jcl?
how do you access an uncataloged dataset in a jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Are there any set of rules for the names of the steps used in a job? What are they?
How to alter the parameters for the existing gdg?
What is the function of //cntl statement?