How many types we can give input to JCL

Answer Posted / muneer---achi

using files

using sysin dd *

using control cards

using files

using db2

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which parameter is used to check the syntax of a jcl without executing it?

794


How is a type of file defined in the jcl that executes the cobol program?

705


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1033


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

653


Is automatic restart possible in jcl?

729






In sms datasets, what is the function of the dd mgmtclas keyword?

855


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

1661


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

730


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1988


How to submit a jcl from cics?

658


What is concatenating?

633


What is the function of //jcllib statement?

797


what is DSN parameter and DISP parameter is used for?

671


What are steplib and joblib? What for they are used?

685


what is DD statement is used in JCL?

676