× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I suspect one or more records are being written in DSPMOD(*DS3) mode.

DSPMOD(*DS4) on UNDELDF2 isn't qualified, so it will always be written
in 132 column mode. But MSGSFLC doesn't have a DSPMOD so it will be
written in "primary" mode (whatever is first on the DSPSIZ keyword).

Try putting a qualified DSPMOD on all formats (except subfiles) like:

A 60 DSPMOD(*DS4)

(assuming *DS3 comes first in DSPSIZ) and setting 60 when writing each
record.

--Dave

James Lampert wrote:
I've got a couple of problems. I'm adapting Dave McKenzie's UNDEL2 for
132-column mode, and while it *mostly* works, I find that (1) the
132-column version of the footer record only displays if there's at
least one subfile record showing, and (2) the message subfile doesn't
appear to show up at all on the 132-column screen.

Anybody know what I could be doing wrong? There's no indication that
anything is overlapping.

The 132-column version of the footer is (spacing condensed):
A R UNDELDF2
A DSPMOD(*DS4)
A DMORE 7A O 22 73DSPATR(HI)
A *DS4 25120
A 23 2'F3=Exit F19=Prior deleted rec -
A F20=Next deleted rec F23=Un-delet-
A e'
A *DS4 26 2
A COLOR(BLU)

and the message subfile and its control are:
A R MSGSFL SFL
A *DS4 SFLMSGRCD(27)
A *DS3 SFLMSGRCD(24)
A FLDKEY SFLMSGKEY
A FLDPGM SFLPGMQ
*
A R MSGSFLC SFLCTL(MSGSFL)
A OVERLAY
A BLINK
A N95 SFLCLR
A 95 SFLDSPCTL
A 96 SFLDSP
A SFLPAG(1)
A SFLSIZ(3)

The only changes I made to the MSGSFL was to provide 2 SFLMSGRCD
keywords, one for each screen size.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.