how you will define a temporary dataset in jcl?



how you will define a temporary dataset in jcl?..

Answer / biprajit

You need to use '&&' before the Dataset name; example- DSN=&&temp ;

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

What is the function of dd disp parameter?

0 Answers  


In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

2 Answers   HP,


How many extents are possible for a sequential file ? For a VSAM file ?

3 Answers  


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

0 Answers   IBM,


Describe the DD statement, its meaning, syntax and keywords?

2 Answers  






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 ?

1 Answers   IBM,


how many max steps can we use in a job? pls answer to my question

3 Answers   TCS,


What parameter directs the output of the job log dataset?

0 Answers  


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

2 Answers   Ocwen,


Can we able insert data into a PS file Using IEBUPDTE utility??? If Yes can anyone describe it please..

1 Answers  


how can handle the s0c4 abend???

3 Answers  


Can you code instream data in a PROC ?

10 Answers  


Categories