JCL Interview Questions
Questions Answers Views Company eMail

How is the keyword DUMMY used in JCL?

4 11231

What does the keyword DCB mean and what are some of the keywords associated with it?

ITC Infotech,

3 8134

What is the difference between BLKSIZE and LRECL?

3 15628

Can you execute a PROC from another PROC?

Keane India Ltd,

8 25758

What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?

4 9082

How many positional parameters are there in job statement?

4 14270

What are three parameters you can specify on Job statement as well as on exec stmt ?

1 6360

How can you trap abends in the JCL?

3 14300

How do you restart a step in JCL?

HSBC,

12 90506

How do you pass parameters to the program as the job is being executed ?

2 6046

Why do you use a control card?

IBM, iNautix,

3 31015

How do you submit JCL via a Cobol program?

Cap Gemini,

2 20452

How do you submit a JCL under CICS environment ?

IBM,

1 7214

What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?

IBM,

2 8789

Definition of COND parameter in JCL

TCS,

5 24161


Post New JCL Questions

Un-Answered Questions { JCL }

Explain the purpose of the dd keylen parameter?

657


Are there any set of rules for the names of the steps used in a job?

616


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

3659


How can a fb file convert to vb file using sort program?

790


what is DSN parameter and DISP parameter is used for?

662






1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7065


Name a few IBM utility programs, and explain its function.

4420


what happens in execution stage in job processing?

647


What does a disposition of (new,catlg,keep) for a dsn mean?

600


Must tape dataset definitions include vol=ser specifications?

953


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

721


What is concatenating?

622


Which dd parameters are required?

673


What is the function of dd disp parameter?

646


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

910