
Autoattach Installation for VM/ESA Version 1 Release 1.1 Using VMSES/E
Chapter 3. Installing the Autoattach Feature 3-31
Assemble the Autoattach modules using the high-level assembler. The resulting text files
must be moved to the LOCALMOD disk.
VMFHLASM HCPGVA ESA CP
Assemble the VATTACH command.
VMFHLASM HCPGVD ESA CP
Assemble the VDETACH command.
Move the files to LOCALMOD disk.
COPYFILE HCPGVA TEXT A = = fm-LOCALMOD
COPYFILE HCPGVD TEXT A = = fm-LOCALMOD
ERASE HCPGVA TEXT A
ERASE HCPGVD TEXT A
Add the VATTACH and VDETACH commands to the CP command table. Create an
auxiliary control file first, then generate an update file. Ignore the MSXUP180W message
when creating the update.
NOTE: The VDELETE command was added in VM/ESA 1.1 base source. VM/ESA 1.0 users
should just insert both updates after the VARY command. The command table must be kept
in alphabetical sequence!
xedit HCPCOM AUXLCL
Edit or create a new AUX control file
for HCPCOM
top
Insert a line at the top to describe the
new source update file which will be
called HCPCOM EPICAA.
input EPICAA LCL LCLEPIC * GSI EPIC AUTOATTACH
set fmode fm-LOCALMOD
file
Save the new file on the LOCALMOD
disk.
xedit HCPCOM ASSEMBLE ( CTL HCPVM
Edit the command table in update
mode.
find HCPCOMCV
locate /COMMAND=(VARY/
Find the ‘V’ commands and locate the
VARY command.
down 1
get = VATTESA
Insert the VATTACH definition after
VARY.
locate /COMMAND=(VDELETE/
down 1
get = VDETESA
If your base code is VM/ESA 1.1 or
above, locate the VDELETE command
before inserting the VDETACH
definition.
set fmode fm-LOCALMOD
file
Save the update to the LOCALMOD
disk.
Assemble the CP command table. The resulting text file will have a file type of TXTLCL and
should be moved to the LOCALMOD disk.
VMFHASM HCPCOM ESA CP
Assemble the command table. Move the text file
to LOCALMOD disk.
COPY HCPCOM TXTLEPIC A = = fm-LOCALMOD
ERASE HCPCOM TXTLEPIC A
STEP 8
STEP 9
STEP 10
Komentáře k této Příručce