what is OUTFILE?what is the uses and disadvantage?
where we can use this?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vishal
Out file is basically used to store the data from output of
any command ex: using opnqryf whn v want to store the
output given frm cpyfrmqryf thn v use outfile
| Is This Answer Correct ? | 6 Yes | 0 No |
which cl command can be used at program execution to redirect the file named in an rpg program?
how do you know that records are locked?
Is it possible to join the same file to itself ?
Hey, What is the difference between SCAN,CHECK,XLATE OPCODES? please give me the answeres with example in real time senario?
when are the unique constraints executed?
What the difference between Source Physical File and Physical File?
What is library list ?
is it possible to do commitment control with out journaling?
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
what is a composite key?
what is qcmdexc?
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.