Select lists before an export (AREV Specific)
At 16 DEC 1997 12:52:12PM Steven Danielson wrote:
Is there any way I can create a select list and then run the standard export process on a file using that list?
Thank You
Steve
At 17 DEC 1997 09:40AM Larry wrote:
In my experience, the EXPORT command will work on whatever select list is active. So just call your EXPORT next after your SELECT, or else do SELECT, SAVELIST, some other code, GETLIST, EXPORT. Hope this helps…
At 18 DEC 1997 04:58PM Jim Jefferson wrote:
Steve:
Assuming you've defined and saved your export definition, you'd do the following from TCL (F5):
GETLIST listname
EXPORT ASCII exportname
Replace ASCII with 123 or DB3 depending on your preference.
Jim Jefferson
JCL Associates, Inc.