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

How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


Can a job have only steplib and no joblib ?

6 Answers  


List the various advantages of using jcl language?

1 Answers  


hi guys what r the diff types of procs in jcl? bye ramya

4 Answers   ACS, Keane India Ltd,


Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.

2 Answers  


Is it possible to left uncode disp? If yes, how?

1 Answers  


suppose i have 10 job steps and i want to execute only step 6.How to write?

6 Answers  


i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?

2 Answers   Syntel,


We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?

2 Answers   CTS, IBM,


What is NOTCAT ?

1 Answers  


What is S322 abend ?

5 Answers  


I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP

4 Answers   CSC,


Categories