The SE/HMC API DLL is provided by IBM. This DLL must be copied into the CA OPS/MVS hlq.USSLOAD library.
To copy the SE/HMC API DLL to the USSLOAD Library
//INSTHWMC JOB // SET BASEDIR='/hfsdir' < HFS containing DLL // SET PRODPRFX='hlq' < Product HLQ // SET DLL='HWMCAAPI' < DLL name // SET BP1='AMODE=31,RMODE=ANY' < Binder options // SET BP2=',MAP,LET,LIST,RENT,TERM' < More binder options // SET BP3=',DYNAM=DLL,CASE=MIXED' < More binder options //BIND EXEC PGM=IEWL,PARM='&BP1&BP2&BP3' //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //SYSTERM DD SYSOUT=* //SYSLMOD DD DISP=SHR,DSN=&PRODPRFX..USSLOAD //DLLDD DD PATH='&BASEDIR/&DLL' //SYSDEFSD DD DUMMY //SYSLIN DD * INCLUDE DLLDD NAME HWMCAAPI(R) /*
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |