HI,
wanna ask how would u xplain this DISP=(NEW,PASS)
TNX.
How would u xplain this DISP=(NEW,PASS)
Re: DISP
Why don't you look it up and tell us?mbisa wrote:wanna ask how would u xplain this DISP=(NEW,PASS)
DISP Parameter
Re: How would u xplain this DISP=(NEW,PASS)
Incase you are wondering what the third parameter is, it is PASS.
Whenever the third keyword is not specified , it takes the same value as the second
Whenever the third keyword is not specified , it takes the same value as the second
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: How would u xplain this DISP=(NEW,PASS)
The above link is out of date. This is the latest:
DISP Parameter
DISP Parameter
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: How would u xplain this DISP=(NEW,PASS)
Lina wrote:Incase you are wondering what the third parameter is, it is PASS.
Whenever the third keyword is not specified , it takes the same value as the second
The link provided by NicC does not say this. PASS is not a valid conditional disposition parameter.
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: How would u xplain this DISP=(NEW,PASS)
This is partially true. From the MVS JCL Reference manual V2.3, page 169:Whenever the third keyword is not specified , it takes the same value as the second
If you omit the abnormal termination disposition subparameter, the default is the disposition specified or implied by the second subparameter. However, if the second subparameter specified PASS, the default abnormal termination disposition is DELETE for a NEW data set or KEEP for an existing data set.