SMP/E considerations
The following SMP/E information should be considered prior to commencing
any customizing task.
- Install High Level Assembler as described in Installation.
- Apply the USERMODs to the target libraries, but do not accept them into the distribution libraries.
- Use SMP/E RESTORE to remove a USERMOD before you apply service to the modules it changes.
- Reapply the USERMOD after successful installation of High Level Assembler service.
- Sample jobs are provided to assist you in customizing High Level
Assembler. The sample jobs can be found in the ASM.SASMSAM1 library.
The sample jobs are as follows:
- ASMAASM
- Sample SMP/E job to make HLASM the default Assembler utility
- ASMAOPTS
- A sample SMP/E USERMOD job to change default options
- ASMASTD
- Sample job to copy the HLASM procedures to your PROCLIB
- ASMAIEV
- Sample SMP/E USERMOD job to create IEV90 aliasNote: It is no longer required to create IEV90 alias. APAR PI71827 adds an ALIAS statement so that an IEV90 entry is always created.
In the sample SMP/E jobs provided, the name of the SMP/E CSI is
#globalcsi
. The global zone name in the SMP/E CSI isGLOBAL
. The distribution zone name is#dzone
. The target zone name is#tzone
. The sample jobs should be updated to reflect the CSI and zone names used at your installation. Refer to the instructions in the sample jobs for other changes you may need to make.