how do you access an uncataloged dataset in a jcl?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

How to copy VSAM files without using REPRO

3 Answers   ADP,


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


Explain concatenating datasets?

2 Answers   CTS,


What are the common jcl syntax errors you get? This is not abends?

1 Answers  


how can u identify the db2 from jcl ?

2 Answers   TCS,






how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths

4 Answers   IBM,


Is acct parameter mandatory?

0 Answers  


What is the use of ikjeft1b utility in jcl?

1 Answers  


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

0 Answers  


If your job fails at particular step then what would be the return code for next steps

3 Answers   ADP,


What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


What is a PROC? What is the difference between an instream and a catalogued PROC?

2 Answers  


Categories