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 / jay
IF YOU WANT TO CHECK JCL ERROR BEFORE SUBMITTING THE JOB
U CAN GIVE JSCAN OR
IN THE JOB CARD
YOU HAVE TO PROVIED TYPRUN=SCAN
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
what is the purpose of coding notify parameter in job statement?
How can unused space allocation be returned to the system when a dataset is closed?
what is the compile process of cobol program expalin with code
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how can you check if a file is empty using jcl?
What happens if both JOBLIB & STEPLIB is specified ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What are the difference between jcl and jes?
How to alter the parameters for the existing gdg?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Are there any set of rules for the names of the steps used in a job?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the significance of addrspc parameter in the exec statement?
Explain how can values be passed from the job stream to an executable program?