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

Answer Posted / vinothkumar

You Can also use EJCK command before you run the job. this
will check the JCL syntax error.

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the dd keylen parameter?

728


Suppose I have five jobs to do. But I want to hold one?

665


write a jcl to execute a job by 7:00 am on jan 20,1986?

708


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

861


what is use of space parameter in dd statement?

762






Explain the function of dd disp parameter?

605


What is the function of //jcllib statement?

814


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1817


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

676


Name the statement which can be used to send data to another mvs jes3 node?

611


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2229


What is the function of a dd statement?

713


Explain the jcl exec statement?

656


What is the function of the dd dcb keyword?

835


what JCL Procedures?

705