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

EXECIO DISKW, to retain all the values of two stems


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
HameedAli

Active User


Joined: 16 Apr 2009
Posts: 151
Location: India

PostPosted: Thu Jul 16, 2009 12:16 pm
Reply with quote

Hi

In Rexx, if I use the below EXECIO DISKW command in sequence, Only the values of Stem variable TWO. is retained in the DDOUT dataset.

Code:
"EXECIO * DISKW DDOUT (STEM ONE. FINIS "
"EXECIO * DISKW DDOUT (STEM TWO. FINIS "


How do I modify the EXECIO, so that both values of the stem ONE. and TWO. is retained in the DDOUT data set.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Jul 16, 2009 12:18 pm
Reply with quote

Code:
"EXECIO * DISKW DDOUT (STEM ONE."
"EXECIO * DISKW DDOUT (STEM TWO. FINIS"
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Converting ASCII values to COMP-3 (ZD... JCL & VSAM 2
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
Search our Forums:

Back to Top