PROGxx.ini

The PROGxx.ini file contains the definition of the Authorized Program Facility (APF) table. The suffixes for the PROGxx.ini files are specified in the PROG parameter of the IEASYSxx.ini file.

Each PROGxx.ini file may contain multiple statements and comments. A comment is allowed whenever a blank is allowed. Comments start with /* and end with */. Comments may not be nested.

Each statement must start on a separate line from previous statements. Each statement has a type and may be followed by up to 100 parameters. More than one parameter may be specified on each line of the statement. Parameters may be continued on to a new line by coding the parameter up to column 72 and continuing in column 1 of the next line. Each parameter value must be enclosed in parentheses which must immediately follow the parameter name. The statement types and parameters are:

APF
Each APF statement adds one or more data set names to the APF table. Each statement may contain up to 100 DSNAME parameters. (DSNAME may also be specified as DSN, LIBRARY or LIB.) The DSNAME parameter value is the name of the data set to be added to the APF table. Each data set must be defined in the DSNMAP parameters of the DSNMAPxx.ini configuration files.
REFRPROT or NOREFRPROT
REFRPROT causes modules linked with the REUS(REFR) option to be loaded into page-protected storage. The default is NOREFRPROT.

Example PROGxx.ini file:

/* Sample PROG00.ini file */
APF DSNAME(SYS2.PRODLIB)
    DSNAME(SYS3.MYLIB)
APF LIB(SYS4.LINK&SYSCLONE)
REFRPROT


Frames No Frames Previous Next Contents
Introduction Setup Programs Files Running Testing Compatibility Customization Messages Codes

© Copyright 1998-2007, Tachyon Software® LLC.
Last modified on October 18, 2007