What is the purpose of the following
FORDHDR1 CF E
WORKSTN
$2SFN SFILE FMT2
Answer / rinku khan
The above line indicates that, $2SFN is a relative record number and FMT2 is name of the subfile record format.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
what is the command to rtrieve system date? options:1.rtvsysval 2.rtvjoba 3.rtvjobd 4.both a and b
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
A join logical file has how many record formats?
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
during input operation which indicator position is seton if there is a record lock?
what is the command to know key fields of file?
what are the different methods to access seu?
What is the use of E specification in RPG?
what does defn do?
Q.Hi All friends, I have one Question, I have three fields in display file SUP LOT, ISSUED to Prod and Line Grp. Field SUP LOT is mentioned in one field reference file WRSLT and key field as a key field LP.Fields ISSUED to PROD,Line GRP are mentioned in the another Field reference file WMDTF. So I want to read SUP LOT on the basis of key field LP from the first file WFSLTand then i want ot read another two fields ISSUED to DATE and LINE GRP from second file on the basis of SUP LOT, which i got from first file.Now i want to display these fields in the display file DSPWMMS. but Condition is that 'Supplier Lot,ISSUED to Prod and Line Grp will not be shown if their respective fields are blanks/Zero. Please Let me Know coding part of this senerio and what would be coding for display file to now shown fields if fields are blanks/zero. My mob. no. is 9836300345. Please reply me asap.
how do you specify the number of records to roll in a subfile ?