JCL Interview Questions
Questions Answers Views Company eMail

Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2

IBM,

4 10260

As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

IBM, RS Software,

2 5413

what is the Difference between SYSIN and PARM ?

IBM,

5 16591

What is default if we don't specify RD parameter at all ?

IBM,

1 3926

What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?

IBM,

1 5550

What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

IBM,

9199

Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?

IBM,

5 13058

If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?

IBM,

2 5427

Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

IBM,

4 5284

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?

IBM,

4 5434

COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

IBM,

4 7715

IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?

IBM,

2 5490

How to release the Output HELD by using HOLD = YES on DD statement ?

IBM,

2 5090

Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE

IBM,

8 7959

Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

IBM,

4 7699


Post New JCL Questions

Un-Answered Questions { JCL }

List in order the hierarchical levels of jcl?

657


What is timing concept in mainframe?

1646


What is NOTCAT ?

729


What parameter directs the output of the job log dataset?

752


how to do automated restart when a job abends?

831






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

638


What are the parameter we cannot use in procedure?

627


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

684


what is DD statement is used in JCL?

669


When output dataset space is required, what quantity categories are used?

808


How to run cobol program using jcl?

639


What are the utility programs in jcl?

636


Is their any set of rules for dd? Explain.

648


What are the 2 types of parameters in dd statement?

635


How to do automated restart when a job abend?

777