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 |
define what a data area is along with a brief example of what it may be used for?
Q. 1.What are the in build functions in CL program and what are uses of thes in build functions? 2.How we can create own command in CL program? 3.What is use of STRSRVJOB?
what is the difference between seton lr and retrn?
Q. HOw can read multimember file through RPG/400 and CL/400 Actully i know that we can Read multimember file in RPG through EXEFILE and EXEMBR and in cl through OVRDBF and MEMBER(3)....But i want to read 3 members by CL Program And RPG/400 program.Please write the coding(Program) for both RPG/400 and CL/400 programs? 2.What are the full forms(stands) of EXEFILE and EXEMBR?
What is the purpose of OPNQRYF (Open Query File)?
when are the referential constraints executed?
what is the difference between sflclr and sflinz?
What are the types of data structure in as400?
describe the difference between the dowxx and douxx operations?
is it possible to create a join logical file using two join logical files ? give exact reason for your answer
What are the mandatory keywords of sub file?
Why we have multiple data types in As400 and why we use numeric, packed, decimal, zoned the basic difference between this?