I have a display file named win080rsfm
Within this display file I have three records
Input (Standard)
DataEntry (Subfile)
Verify (Subfile)
It's my understanding that you must reference the subfiles and relative record number in the F specs of the program.
Something like this:
F WIN080RSFM CF E WORKSTN SFILE(DATAENTRY:RRN)
Questions: What would the relative record number be? And can I reference more than one subfile. In my program I have two subfiles (Dataentry & Verify) that I'll need to use. Do I just add another line?
Please advise.
Thanks in advance for any and all help.
Within this display file I have three records
Input (Standard)
DataEntry (Subfile)
Verify (Subfile)
It's my understanding that you must reference the subfiles and relative record number in the F specs of the program.
Something like this:
F WIN080RSFM CF E WORKSTN SFILE(DATAENTRY:RRN)
Questions: What would the relative record number be? And can I reference more than one subfile. In my program I have two subfiles (Dataentry & Verify) that I'll need to use. Do I just add another line?
Please advise.
Thanks in advance for any and all help.