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

how to move contents of a PS data set to another data set?


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

New User


Joined: 22 Jan 2007
Posts: 3
Location: chennai

PostPosted: Thu Feb 01, 2007 10:01 pm
Reply with quote

previously i had posted the same question for which i got a reply as to use IEBGENER or use OMIT COND=ALL IN SYSIN DD *in which case the input data set is deleted. But i asked how to move the contents (after moving the input data set is to remain and be empty).how to do this?
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Thu Feb 01, 2007 10:05 pm
Reply with quote

Then U don't need an OMIT parameter
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Fri Feb 02, 2007 10:11 am
Reply with quote

Hi there,

In first step of sort use following sort card

Code:
OPTION COPY


then in second step use to delete the content of first PS which is already copy in another dataset by using first step

Code:
OPTION COPY 
OMIT COND=ALL

Hope it is clear
Back to top
View user's profile Send private message
prasannanobody

New User


Joined: 22 Jan 2007
Posts: 3
Location: chennai

PostPosted: Sat Feb 03, 2007 7:38 pm
Reply with quote

got it....
thanks......
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 3
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top