what is OUTFILE?what is the uses and disadvantage?
where we can use this?
Answer Posted / panduranga nayak
Outfile is an output file used to store the data returned
by a specific command. Using outfile , we can refer the
data in our program later.
For Ex:- Let say we need to delete all the logicals
dependent to a physical file.
In this case we can use the command DSPDBR and save the
output into an outfile in QTEMP and later by reading the
outfile we can delete the logicals.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
what are the uses of factor1, factor2 and result field for the rpg operation code parm?
what is sflinz and sflrna?
what is the purpose of overrides?
what is join logical file?
What is a query can be displayed without saving it?
what is the purpose of the indara keyword?
the output from my cgi is correctly interpreted by ms internet explorer, whereas netscape navigator would display it as a plain text. What should I do to have also netscape interpreting the html output from my cgi?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
define what a data area is along with a brief example of what it may be used for?
what is the difference between udate and the system date?
what is match field indicator?
what is the purpose of indicators in rpg?
define the purpose of the *cat function?
Difference between NOPASS & OMIT?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?