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
what is the difference between packed decimal and zoned decimal?
Can we debug the MSGW JOBS?
how many files can be defined in f specs?
how many levels are there in a physical file?
which single rpg opcode performs both setll and reade?
what is the purpose of overrides?
What is the difference between non-join logical files and join logical files?
define the rcvf command?
how to develop some simple graphs (bar charts) using just html?
What is the maximum number of subfiles that can be specified in a display file?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
what opcode will be used to test the zone of a character field?
which are control break logic indicators?
How can we arrange duplicate records in a file?
what is externally described file ?