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 |
What are the mandatory keywords of sub file?
How can we create subsystem in as400?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
Which is better LF or OPNQRYF ? When should we use LF and when should we use OPNQRYF ?
what is the use of CPYFRMQRYF?
give three main purposes of file specification ?
What is the purpose of STRCMTCTL command?
how can you execute a command from within an rpg program without calling a clp program?
What do you mean by ODP?
i have recently moved to hyd. i would like to know which is the best institue to learn AS400. are there any in ameerpet? thanks.
Pgm A is invoked through HTTP. It is in Activtion group QILE. Pgm A calls Pgm B and Pgm C. Pgm B is in activation group TEMPACTGRP. Pgm A ends in error. Pgm A is called again. But it gives an error that TEMPACTGRP still exists and files are present in QTEMP. What is the cause and how will u fix?
What is file information data structure(infds) in as400?