Question :
In case the given screen sizes of Model 2 to Model 5 are not sufficient for a user, is it possible to use a different screen size?
Answer :
Solve:Access allows usage of screen with extended size like 62x160. In case the given screen sizes of Model 2 to Model 5 are not sufficient for a user, it is possible to use a different screen size. For this purpose, the following steps should be implemented:
- Modify MAIFMODE member available from CC2DSAMP library and containing the new entry defined as following:
D4C32XX3 MODEENT LOGMODE=D4C32XX3,
FMPROF=X'03',
TSPROF=X'03',
PRIPROT=X'B1',
SECPROT=X'90',
COMPROT=X'3080',
RUSIZES=X'8787',
PSERVIC=X'028000000000000000000300'
- Assemble and link MAIFMODE member into SYS1.VTAMLIB(MAIFMODE).