Hi,
Can anyone explain me the meaning of below DD statement :
//INCLIN DD DSN=&INCL,UNIT=SYSALLDA,SPACE=(TRK,(1,1)),DISP=(,PASS)
Here, I would like to know about the meaning of DSN=&INCL
Thanks in advance!!!
Regards
Ravi
In this context, DSN=&INCL has two potential meanings:ravisankarc wrote:Hi,
Can anyone explain me the meaning of below DD statement :
//INCLIN DD DSN=&INCL,UNIT=SYSALLDA,SPACE=(TRK,(1,1)),DISP=(,PASS)
Here, I would like to know about the meaning of DSN=&INCL
Thanks in advance!!!
Regards
Ravi
DISP=(...,PASS) does not necessarily mean the dataset is a "temporary" dataset. Consider this JCL.gokulNmf wrote:... Case2. check whether &&incl, in this case it will be a temporary dataset. As the disp parameter is pass, there is a possibility of it being a temporary dataset.