what is OUTFILE?what is the uses and disadvantage?
where we can use this?
Answer Posted / 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 |
Post New Answer View All Answers
how do handle file exception/error?
What is program status data structure(psds) in as400?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
how can you check for a records existence without causing and i/o (chain/read)?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
what is the use of sflend keyword?
how do you pass parameters in cl?
explain the purpose of keep and assume keywords?
what is message subfile?
when should I use method get, and when should I use method post in my cgis?
what is the function of cpysplf command?
what is subfile?
how can you specify no duplicate key?
i am using non join multiple format my 3 database file is like that pf97 R REC ENAME ETENNO ESTATUS K ENAME pf98 R REC1 ENAME ESAL K ENAME PF99 R REC3 ENAME CRDCARD EID K EID & MY NON JOIN LOGICAL FILE IS ALSO SAME EXCEPT RECORD NAMES BEFORE I TRIED WITH 2 FILES SO ITS SAYS ERROR I.E.(Key field attributes must be same as for previous formats. ) SO I CHANGED KEYFIELD ACCORDING TO PF SO ITS WORKING BUT AFTER ADDING 3 FILES ITS SAYING SAME ERROR . I DONT KNOW I NEW IN AS400 PLLZ HELP ME I HAVE ONE MORE QUE. CANT BE USE DIFFERENT KEYFIELD (NOT ACCORDING TO PF) IN NON JOIN LOGICAL FILE.
what is the purpose of putovr (put with explicit override) keyword?