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 / jignesh patel
there is one short command exist to check the JCL error
without submitting the job. Just type '!JCK' or 'JJ' to
check the JCL error. it would inform you about syntax or
logical error.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what sort card you will use to copy the data from one dataset to another dataset?
how you can access an uncataloged dataset in a JCL?
How would you understand error(execution phase)?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What is the function of the steplib dd statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
which utility is used a dummy utility?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Where can program checkpoints be stored for use in a restart?
How can values be passed from the job stream to an executable program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
In sms datasets, what is the function of the dd mgmtclas keyword?
Suppose I have five jobs to do. But I want to hold one?
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?