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.
In area 1 and area 2 ,
change yourlib.sublib to the library and sublibrary
where the phase will be cataloged.