Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 11650

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 6520

what is the Difference between SYSIN and PARM ?

IBM,

5 18444

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

IBM,

1 4792

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 6374

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,

9746

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

IBM,

5 14828

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 6535

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

IBM,

4 6821

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

IBM,

4 6850

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 9380

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 6446

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

IBM,

2 6187

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 10422

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

IBM,

4 9473


Post New JCL Questions

Un-Answered Questions { JCL }

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

2707


What are hierarchy levels in jcl?

1520


What is catelog procedure and how many catelog procedure to use in one job?

8683


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2558


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

1070


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

1223


What does a disposition of (MOD,DELETE,DELETE) mean ?

1124


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

2630


A dd statement consists of 4 fields. Name them?

1419


Is there any command to check wether the ps file is in sorted order?

2883


//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 /*

1458


Explain how can an in-stream dataset be terminated?

1323


What is the format of comment statement?

1201


how do you access an uncataloged dataset in a jcl?

1738


what is use of space parameter in dd statement?

1273