In REXX procedure, site-specific start up variables can be defined. The example following illustrates and describes site-specific start up variables.
APCSPACC = UPD /* UPD OR READ */
APCSPREP = N /* PREPROD N/Y */
APCSIMG = '--------' /* MVS IMAGE NAME */
TEMPDSN = ZUSER".APCX.TEMP"ZSCREEN /* UNIQUE DSN */
ADDRESS ISPEXEC "VGET APCSORTA MEASUREMENT" /* */
IF RC ^= 0 THEN DO /* panel attribute */
APCSORTA = 'INTENS(HIGH)' /* for sorted field*/
END
|
Copyright © 2012 CA Technologies.
All rights reserved.
|
|