Method 2: Apply service using a batch job
The batch job to apply service to High Level Assembler uses the MSHP system history file where High Level Assembler was installed.
A sample job to apply service using MSHP is shown in Figure 1. This job is supplied as ASMAAPP.Z. For more information about MSHP see z/VSE: System Control Statements.
// JOB ASMAAPP Apply Service
// ASSGN SYS006,cuu 1
// EXEC MSHP,SIZE=700K
INSTALL SERVICE FROMTAPE 2
/*
/&
In area 1 , change cuu to the address of the tape drive where you have mounted the service tape.
Area 2 shows the MSHP statement to install service from a tape. The information in the system history file directs MSHP to apply the service to the sublibrary in which High Level Assembler is installed. You do not need to supply this information.