HLASM Toolkit Feature Installation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Step 4: Verify the installation of HLASM Toolkit Feature

HLASM Toolkit Feature Installation and Customization Guide
GC26-8711-09

The installation verification job will test if the product has been installed successfully. It will assemble a small assembler program, producing SYSADATA output. It will linkedit the program and process the SYSADATA output using the language extraction program.
Figure 1. Job to test successful installation
// JOB ASMTIVPS
*
* This will job will test if the HLASM Toolkit Feature
* has been installed successfully.
*
// LIBDEF *,SEARCH=(PRD2.PROD,yourlib.sublib)                       1 
// DLBL SYSADAT,'SYSADATA',0,VSAM,                                     X
               CAT=VSESPUC,RECSIZE=8192,                               X
               DISP=(,KEEP),RECORDS=(500,500)
// LIBDEF PHASE,CATALOG=yourlib.sublib                              2 
// OPTION NODECK,CATAL
   PHASE ASMBR14,*
// EXEC ASMA90,SIZE=ASMA90,PARM='ADATA'
ASMBR14 CSECT
       XR     15,15                Zero return code
       BR     14                   Exit program
       END
/*
// EXEC ASMLKEDT                                                    3 
/*
// EXEC ASMLANGX,PARM='ASMBR14'                                     4 
/*
/&

The x characters are in column 72.

  1. In area  1  and area  2 , change yourlib.sublib to the library and sublibrary where the phase will be cataloged.
  2. In area  3 , the program is linkedited.
  3. In area  4 , language extraction is performed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014