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.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 4
- 5626
-
by NicC
View the latest post
Mon Oct 19, 2020 1:17 am
-
-
Pass PARM from JCL to Easytrieve SQL WHERE clause
by MemoPerez » Tue Oct 24, 2023 8:32 am » in CA-Easytrieve - 2
- 3118
-
by MemoPerez
View the latest post
Fri Oct 27, 2023 1:13 am
-
-
- 4
- 2890
-
by Pedro
View the latest post
Sat May 15, 2021 3:39 am
-
-
REXX call RACF service IRRSPK00 to generate Pass Tickets
by VladGoodman » Mon Feb 27, 2023 1:11 am » in CLIST & REXX - 4
- 2453
-
by Pedro
View the latest post
Fri Mar 17, 2023 11:40 pm
-