Hi Patrik,
Remove the *DS3 from the DSPSIZ keyword and then the display file will
compile with SFLPAG(9).
I think the issue is with both *DS4 and *DS3 specified you subfile has to
support 27x132 and 24x80 screens which it does not.
If for some reason you need to specify DSPSIZ(*DS4 *DS3), then condition the
SFLPAG Keywords as follows.
A *DS4 SFLPAG(9)
A *DS3 SFLPAG(6)
This will compile.
The part I don't understand is why it compiles with *DS3 specified (with
SFLPAG(6)) when fields extend beyond position 80.
I don't have a program to actually try running this with, so all I can say
is it will compile. My guess is that it will automatically adjust based on
the screens size.
Rob W
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Patrik
Schindler
Sent: Sunday, September 22, 2024 2:50 AM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: *DS4 SFL DSPF woes
Hello Don,
thanks for chiming in!
Am 22.09.2024 um 01:54 schrieb Don Brown via MIDRANGE-L
<midrange-l@xxxxxxxxxxxxxxxxxx>:
I just checked one of my display files and the definition is like this
A DSPSIZ(24 80 *DS3 +
A 27 132 *DS4)
Then the DSPMOD is conditioned
A 35 DSPMOD(*DS4)
Maybe this may give you a starting point ?
According to the DDS Reference PDF, both of our definitions are valid.
:wq! PoC
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
.
As an Amazon Associate we earn from qualifying purchases.