How I can read and display three fields in the record
format DSPFM1 of the display file,while
one field(using in one file) is NAME which is Key field in
field reference file and another two fields are AGE and ROLL
NO are using another file.
Please send me coding part.
Answer Posted / syam
I am Pasting Code.
FFILE1 IF E K DISK USROPN ->Reading pf
FDSPF CF E WORKSTN USROPN ->dspy file
C OPEN FILE1
C OPEN DSPF
C SETLL FILE1
C READ FILE1 51
C *IN51 DOWEQ *OFF
C WRITE DSPFM1
C READ FILE1 51
C ENDDO
C CLOSE FILE1
C CLOSE DSPF
C RETURN
it will show all the records from file undil file ends.
if you need ILE RPG Free fromat code pls post again your
request
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
why do we use readc? What is sflnxtchg?
How to reverse a string using RPG?
define the purpose of the *cat function?
when should I use method get, and when should I use method post in my cgis?
what is the maximum number of subfiles that can specified in a display file ?
can you specify a display file to be used in the following modes input,output, or combined modes ?
what is the use of data structures?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
how can I start a page in a new window?
what is a join logical file?
How do I remove a flag or check no. or name when a user opens too many sessions?
Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?
What Is The Error If We Don't Get Login Screen?
which of the following operations does not zero the field flda defined as 4,0?
what are the different types of variables available in cl?