JCL Interview Questions
Questions Answers Views Company eMail

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

750

what is DSN parameter and DISP parameter is used for?

662

how you can access an uncataloged dataset in a JCL?

637

what is the JCL statement consists of?

684

what is “Cond= even” and “Cond=only”?

722

what is DSN in JCL and what are the parameters to declare the DSN?

708

what is JCL?

678

Mention the types of job control statements?

674

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

636

What is Cataloged Procedures?

696

What is the syntax of JCL statement?

679

what is the use of IEBGENER utility?

643

what EXEC statement is and what is the syntax of EXEC statement used in JCL?

615

what is DD statement is used in JCL?

667

what is the use of JCL?

653


Post New JCL Questions

Un-Answered Questions { JCL }

Matching Logic in Jcl not in cobol.Could any one please answer this question

3659


what is DSN in JCL and what are the parameters to declare the DSN?

708


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

1017


what is use of disp parameter in dd statement?

642


What are the parameters that are used in creating a gdg?

722






I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1471


What is the function of a dd statement?

694


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

784


Explain the function of the steplib dd statement?

623


Explain the purpose of the dd keylen parameter?

657


how do you access an uncataloged dataset in a jcl?

815


What dd statement is used to supply the name of a dataset?

760


What is one line to pass PARM from JCL to COBOL?

257


which utility is used a dummy utility?

769


is there any way to execute more than one proc in the same exec statement at the same time..?

2092