gtps4m2wSystem Generation

INDSN

The INDSN macro provides data set names and members referenced in SIP Stage II.

This macro is optional; if it is not coded, default parameters are provided.

Format




SALDSN=saldsn
The name of the data set that contains the input decks for the system allocator, SALO. IBMPAL will be taken from ACP.SALIN.RELnn regardless of what is coded for this parameter.

Attention: The data set referred to by this parameter must have the same file attributes (RECFM, block size and LRECL) as the data set in which IBMPAL resides.

The default is ACP.SALIN.RELnn, where nn refers to the release version number.

SALMEM=(n1,n2,...n15)
Up to 15 user-coded decks that are concatenated with the appropriate system input deck (IBMPAL) and used as input to the allocator. Do not code the name IBMPAL because this deck is automatically included. Names must contain 1 to 6 characters.

There are no defaults for this parameter.

RIATDSN=riatdsn
The name of the data set that contains the RIAT to be assembled.

The default is ACP.SRCE.OL.RELnn, where nn refers to the release version number.

DFCSR1=dfcsr1
The name of the first data set that contains the TPFDF C source code.

The default is BDF.V1R1M3.BDFCSR1 for a TPF system with the TPFDF product installed. If the TPFDF product is not installed, do not code this parameter because it is not valid.

DFMAC1=dfmac1
The name of the first data set that contains TPFDF assembler macros.

The default is BDF.V1R1M3.BDFMAC1 for TPF system with TPFDF installed. If TPFDF is not installed, do not code this parameter because it is not valid.

DFMAC2=dfmac2
The name of the second data set that contains TPFDF assembler macros.

The default is BDF.V1R1M3.BDFMAC2 for TPF system with TPFDF installed. If TPFDF is not installed, do not code this parameter because it is not valid. Specify DFMAC2=NONE if there is no second dataset.

DFMAC3=dfmac3
The name of the third data set that contains TPFDF assembler macros.

The default is BDF.V1R1M3.BDFMAC3 for TPF system with TPFDF installed. If TPFDF is not installed, do not code this parameter because it is not valid. Specify DFMAC3=NONE if there is no third dataset.

DFHDR1=dfhdr1
The name of the data set that contains TPFDF C language header files.

The default is BDF.V1R1M3.BDFHDR1 for systems with TPFDF installed. If TPFDF is not installed, do not code this parameter because it is not valid.

DFLNK1=dflnk1
The name of the first data set that contains TPFDF link-edit code.

The default is BDF.V1R1M3.BDFLNK1 for a TPF system with the TPFDF product installed. If the TPFDF product is not installed, do not code this parameter because it is not valid.

DFOBJ1=dfobj1
The name of the first data set that contains TPFDF object code.

The default is BDF.V1R1M3.BDFOBJ1.yyyy, for a TPF system with the TPFDF product installed, where yyyy is the subsystem name. If the TPFDF product is not installed, do not code this parameter because it is not valid.

DFSRC1=dfsrc1
The name of the first data set that contains the TPFDF source code.

The default is BDF.V1R1M3.BDFSRC1 for a TPF system with the TPFDF product installed. If the TPFDF product is not installed, do not code this parameter because it is not valid.

DFSRC2=dfsrc2
The name of the second data set that contains the TPFDF source code.

The default is BDF.V1R1M3.BDFSRC2 for a TPF system with the TPFDF product installed. If the TPFDF product is not installed, do not code this parameter because it is not valid. Specify DFSRC2=NONE if there is no second dataset.

DFSRC3=dfsrc3
The name of the third data set that contains the TPFDF source code.

The default is BDF.V1R1M3.BDFSRC3 for a TPF system with the TPFDF product installed. If TPFDF is not installed, do not code this parameter because it is not valid. Specify DFSRC3=NONE if there is no third dataset.

DFSRC4=dfsrc4
The name of the fourth data set that contains the TPFDF source code.

The default is BDF.V1R1M3.BDFSRC4 for a TPF system with the TPFDF product installed. If the TPFDF product is not installed, do not code this parameter because it is not valid. Specify DFSRC4=NONE if there is no fourth dataset.

DFSRC5=dfsrc5
The name of the fifth data set that contains the TPFDF source code.

The default is BDF.V1R1M3.BDFSRC5 for a TPF system with the TPFDF product installed. If the TPFDF product is not installed, do not code this parameter because it is not valid. Specify DFSRC5=NONE if there is no fifth dataset.

Examples

None.

References

See CONFIG for more information about how to find out whether TPFDF is installed.