How to create and run a REXX tool which will copy records from a DB2 table to a normal flat file?
Why does someone believe this needs to use REXX?
It is rather trivial to unload databasae data into a sequential file by coding a bit of JCL and control ststements for the unload.
Or you can select data using an SQL query.
Why does someone believe this needs to use REXX?
It is rather trivial to unload databasae data into a sequential file by coding a bit of JCL and control ststements for the unload.
Or you can select data using an SQL query.