what is the reason behind in disp=new,delete,delete as a defaut parameter? why it make as a default any body please try to answer this question?
thanks
vbhat
Joined: 10 Mar 2005 Posts: 478 Location: Milan, Italy
I think that is for the reason that you can write a temporary file and use it only in the same step that create it.(as do DFSORT's work area..., I think)
I totally agree with above two posters this default is basically for the temp files as it would be created during job execution and after normal or abnormal disposition will be deleted
thanks