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

Answer Posted / guest

TYPERUN=SCAN on the JOB card or use JSCAN.

Is This Answer Correct ?    63 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what happens in execution stage in job processing?

657


what is use of space parameter in dd statement?

758


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

835


What is Cataloged Procedures?

715


what is a jcl?

693






Explain about LMFREE�free data set from its association with data ID

1010


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

834


Is acct parameter mandatory?

764


what JCL Procedures?

703


What is the motivation behind coding class parameter in job statement?

693


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

856


Explain about LMQUERY�give a dialog information about a data set

906


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

2069


What is the function of //cntl statement?

832


what are the various stages of job processing?

743