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
define the purpose of the leave operation?
what is xfoot opcode ?
How can we read file using curser? how to define a curser?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?
what opcode will be used to test the zone of a character field?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
What Does 'sr' In Columns 7-8 Of C Specs Mean?
can you specify a display file to be used in the following modes input,output, or combined modes ?
how can database records be read without lock ?
maximum number of subfiles that can defined in a rpg program for one display file is?
how to define to define a hidden filed in dspf ?
define subsystem?
which cl command is used to trap error messages during program execution?
what are the different types of variables available in cl?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..