How do you check the syntax of a JCL without running it?

Answer Posted / jim

No to knock answer 1 but "TYPRUN=SCAN" is what works on my
system (no E in type)

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the format of comment statement?

770


Explain how can return codes be tested before execution of a job step?

940


which parameter is use to declare the name of dataset in dd statement?

848


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

802


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

2087






Why block size is multiple of lrecl in jcl?

1021


How can a jobs execution priority be modified?

885


what are the types of abends that occur on job failure? And explain the possible causes of these

1222


What is the purpose of dd?

823


What are the 2 types of parameters in dd statement?

729


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

2089


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2285


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

1061


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

915


Must tape dataset definitions include vol=ser specifications?

1137