How do you check the syntax of a JCL without running it?
Answer Posted / mahesh babu
By using JSCAN we can check jcl syntax errors
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the statement which can be used to send data to another mvs jes3 node?
How do you access an uncatalogued dataset in a jcl?
How to do automated restart when a job abend?
how you can access an uncataloged dataset in a JCL?
Can an individual step be restricted from using all the jobs allowed cpu time?
How do you submit a job for execution?
What parameter directs the output of the job log dataset?
how you can direct the data to spool using SYSOUT option?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
what is use of dsn parameter in dd statement?
What is the motivation behind coding class parameter in job statement?
Explain the function of the steplib dd statement?
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 the submitter of a job wants to inform another user about the job completion, how can it be done?
What is condition checking in jcl? Is this possible?