On Thu, 10 Oct 2019 11:12:33 +0000, Rob Scott  wrote:
>
>You can accomplish what you want very easily using the SDSF REXX interface, 
>you even have two options of how :
>
>(1) Use ISFACT and the "SA" action to allocate a DDName to each different 
>spool dataset and then use EXECIO to put the records wherever you want
(1a) Use IEBGENER to unload the data set, avoiding the storage constraint.  
(EXECIO
     could read the data set piecewise, also.)  (More sent privately.)
>(2) Use ISFBROWSE to process data at the "cursor" position.
>
>Option (1) is probably easier conceptually, however because it reads the data 
>into stems it could have storage constraints for large spool datasets.
>Option (2) uses a logical cursor so will be a better general purpose solution.
>
>See Share session 24671 "Learn to use SDSF Rexx" that I gave in Phoenix

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to