According to the REXX Reference manual, STDIN can be redirected to a database physical file or to a named inline spooled file. (Page 143 of my copy, SC41-5729-00.)
I want to work with a file that is NOT a database physical file-- it is in the IFS.
I guess this is a multi-part question:
a) What is, and how do I create, a "named inline spooled file"?
b) Prompting the OVRDBF command doesn't seem to allow anything but a database physical file... how is the "named inline spooled file" supposed to be referenced?
I want to work with a file that is NOT a database physical file-- it is in the IFS.
I guess this is a multi-part question:
a) What is, and how do I create, a "named inline spooled file"?
b) Prompting the OVRDBF command doesn't seem to allow anything but a database physical file... how is the "named inline spooled file" supposed to be referenced?
Comment