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

Explain about LMPUT-

1 Answers  


How does jcl specify the job to the operating system?

0 Answers  


Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?

5 Answers   Patni,


How do you designate a comment in JCL?

1 Answers  


In DCB, what is LRECL,BLKSIZE,DSORG

1 Answers   TCS,






Max generations in GDG??

15 Answers   Xansa,


In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


Please give me the coding for converting VB to FB and FB to VB

3 Answers   HP,


Explain the function of job statement in jcl?

0 Answers  


A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

2 Answers   IBM,


Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA

3 Answers   VC, Wipro,


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


Categories