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

Answer Posted / jdriley

You can also use JEM (if your installation has it.)

Is This Answer Correct ?    34 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is condition checking in jcl? Is this possible?

619


Explain in DD statement what is the use of DCB parameter?

652


How jcl work to handle various input output file operations?

656


Does jcl support automatic restart?

759


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






What are hierarchy levels in jcl?

949


In job processing, what happens in conversion stage?

734


How does the jcl specify the job to os?

689


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

697


How can an in-stream dataset be terminated?

844


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1661


What are the utility programs in jcl?

646


How gdg are concatenated?

668


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2050


How to execute 2nd and 4th steps among 5 steps in jcl proc?

747