IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to code DISP parameter to use the same output dasaset


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
humpty
Warnings : 1

New User


Joined: 01 May 2005
Posts: 23

PostPosted: Tue Oct 18, 2005 6:51 pm
Reply with quote

hi everyone..

i am new user to mainframe programming. i have recently gone through JCL. i am little confused for DISP keyword. When i submit a JCL which includes output in a new PS..... for example : when i merge or sort the data in one PS and get the output in the new PS, i need to change the name of the PS, everytime i submit the JCL. is there any part of code that i may not need to rename the output PS i.e everytime i submit a JCL, first it may check for the PS in which i want the output. Incase the PS exist it may delete the same and in case no such PS exists then it may create the new PS for the output.

guidence needed.
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Tue Oct 18, 2005 8:17 pm
Reply with quote

HI,

Quote:
Incase the PS exist it may delete the same and in case no such PS exists then it may create the new PS for the output.


I believe these is no such Disp parameter for the same.

You can use DISP=Shr, if you do not want to delete the existing PS. It will just Overright it.

Hope It clears your doubt.

Regards

Rupesh
Back to top
View user's profile Send private message
humpty
Warnings : 1

New User


Joined: 01 May 2005
Posts: 23

PostPosted: Wed Oct 19, 2005 9:05 am
Reply with quote

thanks rupesh for ur interest.

though i have not tried the suggested instruction, however, you understand the issue. i actually want to override the pre-existing PS. let me try the same.

icon_razz.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
Search our Forums:

Back to Top