List some valid operation codes in JCL

Answer Posted / sandeep

job
exec
dd

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how would you create a temporary dataset? And where will you use them?

853


Differentiate between the joblib and the steplib statements?

951


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

945


What are the 2 types of parameters in dd statement?

729


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

910






Name the parameters which can be used to limit the number of records written to a sysout dataset?

733


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1455


what are the statements that are not valid to be included in an include statement?

925


Is there any command to check wether the ps file is in sorted order?

2527


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

992


What is multithreading in jcl?

1036


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

2267


How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?

808


Does jcl support automatic restart?

854


What are some jcl statements that are not allowed in procedures?

812