JCL Interview Questions
Questions Answers Views Company eMail

Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

HSBC,

3 16856

Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?

1 7962

how many types of sorts are there in jcl?

IBM,

2 5988

the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.

IBM,

7 23529

i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?

DELL,

4 19201

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

3669

how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 3800

how to put a dependency on job in jcl using opc scheduler?

CTC,

1 19582

i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?

2 5620

what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

Accenture,

1 2955

What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

Accenture,

1 6299

what's the significance of freespace(0 0) and freespace(100 100)

3 11393

What is timing concept in mainframe?

1654

In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?

TCS,

2 17045

i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?

Wipro,

2 6256


Post New JCL Questions

Un-Answered Questions { JCL }

which utility is used to sort a file in jcl?

743


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

969


how JCL works?

793


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1611


how can you check if a file is empty using jcl?

805






How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7591


In job processing, what happens in conversion stage?

728


What is the syntax of JCL statement?

687


What is the use of symbol // in jcl?

918


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

714


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

731


What is the function of the dd dcb keyword?

819


Is condition checking possible in jcl? If yes, how?

731


How to pass the parameter in parm using linkage section ? (syntax)?

643


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

849