Does anyone have an example of using *DS3 and *DS4 in a DSPF using a Subfile as *DS4 with additional Records as *DS3?
For reasons unknown to the common man, I can't seem to get it to compile for any reason what soever!!
Records:
HDR1
SUB1
CTL1
FTR1
SCR1
File Header:
CTL1: (Will always be *DS4) -- has display out past column 80
SCR1: Needs to display in 80 column format
Compile Errors:
Any clues as to what I'm missing would be greatly appreciated... I've been staring at it too long!!
For reasons unknown to the common man, I can't seem to get it to compile for any reason what soever!!
Records:
HDR1
SUB1
CTL1
FTR1
SCR1
File Header:
PHP Code:
A DSPSIZ(*DS4 *DS3)
PHP Code:
A *DS4 SFLSIZ(0015)
A *DS4 SFLPAG(0015)
A *DS3 SFLSIZ(0005)
A *DS3 SFLPAG(0005)
PHP Code:
A DSPMOD(*DS3)
PHP Code:
ID Severity Number
* CPD7812 30 1 Message . . . . : Subfile control record overlaps subfile record
* CPD7865 10 1 Message . . . . : Field overlaps one or more fields in record
* CPD7866 10 2 Message . . . . : Field overlaps another field with no conditions specified
* CPD8018 10 1 Message . . . . : Keyword may not function as expected with DSPMOD






Comment