Multiple errors are seen that may include one or more similar to the following:
ASMA044E Undefined symbol - BFD1MQTR
ASMA057E Undefined operation code - @SETUP
ACF2 R16.0
SMP/E job listings show no DDDEF for SYSLIB.
Define a DDDEF for SYSLIB in the CSI.
That DDDEF should include an ACF2 CAX1MAC0 library, where all the macros such as @GROUP and @MLID are found and are referenced by the ASMA057E messages.
For Example:
SET BOUNDARY(CAIT0).
UCLIN.
ADD TARGETZONE(CAIT0)
SREL(Z038)
OPTIONS(OPTGBL)
RELATED(CAID0)
.
ADD DDDEF(SYSLIB)
CONCAT(SMPMTS,MACLIB,CAX1MAC0,MODGEN,SHASSRC,SHASMAC,SIATMAC)
.
ADD DDDEF(SMPHRPT)
SYSOUT(*)
.
ENDUCL.
NOTE: If JES3 is not being run do not include SIATMAC in the above CONCAT parameters.