JCL Interview Questions
Questions Answers Views Company eMail

after submiting the jcl.how do you know that the job has been completed.

ACS,

4 8256

how do you resolve for soc7 error

ACS, iGate,

6 20649

I have a PDS and want to omit few rows of all members of a PDS. How to do it?

Accenture,

6 12903

I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

2843

How can i execute 5th step without executing first 4 steps?

4 8833

what are the options in file-aid to edit vsam dataset and to compare data sets.

Ocwen,

2 10263

how can we pass external data to instream procedures

IBM, Infosys, Ocwen,

5 12448

What is difference between Return Code, user completion code, Abend code and reason Code?

IBM, Satyam, Wipro,

2 13933

If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?

Wipro,

4 18030

Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?

2 12217

If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?

2 11908

Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?

2 24484

There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?

2 9511

My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)

HCL, IBM, L&T, TCS,

11 54517

How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.

IBM,

13 25373


Post New JCL Questions

Un-Answered Questions { JCL }

what is the difference between JES3 and JES2?

866


What is condition checking in jcl? Is this possible?

825


Explain how can the disposition of sysout datasets be set for an entire jobstream?

830


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

2237


How can the attributes of one sms dataset be copied to another dataset?

1097


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

858


How is the record format of an output dataset specified?

966


How do you overcome this limitation ?

886


Is it possible to code instream data in a PROC?

963


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

958


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2402


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

1074


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1117


Explain the function of job statement in jcl?

846


Where can program checkpoints be stored for use in a restart?

1123