How to DEBUG a JCL?

Answer Posted / upendra

JCLCHK can be also used to know the errors and warnings in
the JCL.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Cataloged Procedures?

711


How to run cobol program using jcl?

648


What is the purpose of disp parameter?

637


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

930


What is the function of dd name parameter with a 2 part structure; audit.report?

698






how to run batch program without jcl?

10069


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?

779


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

852


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

971


how can you check if a file is empty using jcl?

812


Explain how can the disposition of sysout datasets be set for an entire jobstream?

634


What is the function of the dd mgmtclas keyword in sms datasets?

730


What is use of restart and how to use it?

766


List the various advantages of using jcl language?

850


How is the record format of an output dataset specified?

743