Assembler Option Environment Variables

Lists environment variables used to configure the component locations for Assembler.

ES_MFASM_SUPPORT

Enables Assembler support in a CICS enterprise server region.
ES_MFASM_SUPPORT={Y|N}
Parameters
Y
Assembler supported for CICS server regions.
N
No Assembler supported for CICS server regions.
Default
ES_MFASM_SUPPORT=N

STEPLIB

The path or paths to search for Loader input-load member .390 files.
STEPLIB=path-name[;path-name[...]]
Parameter
path-name
The full path to a location containing input-load member .390 files.
Comments
.390 files must contain SYSLMOD.

SYSIN

The path for macro input .MLC files.
SYSIN=path-name
Parameter
path-name
The full path to the location that contains macro input .MLC files.

SYSLIST

The path for Assemble and Link listing files.
SYSLIST=path-name
Parameter
path-name
The full path to the location that contains Assemble and Link listing files, including .MAT, .PRN, and .LST files.

SYSWORK

The path to Assemble, Link and Animator/370 work files.
SYSWORK=path-name
Parameter
path-name
The full path to the location that contains Assemble, Link, and Animator/370 work files, including .BAL, and .IDF/.IDX files.

SYSPUNCH

The path to Assemble output files for PUNCH statements.
SYSPUNCH=path-name
Parameter
path-name
The full path to the location that contains Assemble output files for PUNCH statements, including .PCH files.

SYSMPC

The path to Assemble input precompiled macros.
SYSMPC=path-name
Parameter
path-name
The full path to the location that contains Assemble input precompiled macros, including .MPC.

SYSLIB

The paths for Assemble input macro and copy files.
Syntax
Windows:
SYSLIB=path-name[;path-name[...]]
UNIX:
SYSLIB=path-name[:path-name[...]]
Parameter
path-name
The full path to a location containing Assemble input macro and copy files, including .MAC and .CPY files.

SYSLIN

The path to Link input and Assemble output files.
SYSLIN=path-name
Parameter
path-name
The path to Link input (.LIN) files and Assemble output (.OBJ) files.

SYSLMOD

The path for Link output load-member (.390) files.
Syntax
SYSLMOD=path-name
Parameter
path-name
The path to Link output load-member (.390) files.

SYSPARM

The path for the Macro input SYSPARM value.
SYSPARM=path-name
Parameter
path-name
The path to the Macro input SYSPARM value.