|
View previous topic :: View next topic
|
| Author |
Message |
vbhat
New User
Joined: 29 Apr 2005 Posts: 38
|
|
|
|
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 |
|
| Back to top |
|
 |
MGIndaco
Active User

Joined: 10 Mar 2005 Posts: 432 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) |
|
| Back to top |
|
 |
superk
Global Moderator

Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
|
|
| Looks to me like it allows you to take advantage of System Managed Storage (SMS) for a temporary dataset. |
|
| Back to top |
|
 |
vishal_a
New User

Joined: 24 May 2005 Posts: 45 Location: Noida
|
|
|
|
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 |
|
| Back to top |
|
 |
|
|