Following the PEND statement is the EXEC statement that specifies the name of the Endevor table to be assembled:
// PEND
//STEPNAME EXEC ASMLNK,MEMBER=TBLNAME
Need to change TBLNAME to the name of the table to be assembled like C1DEFLTS or ENCOPTBL.
Multiple tables can be assembled by specifying multiple EXEC statements like this:
// PEND
//C1DEFLTS EXEC ASMLNK,MEMBER=C1DEFLTS
//C1GTAPGM EXEC ASMLNK,MEMBER=BC1TNEQU
//ENCOPTBL EXEC ASMLNK,MEMBER=ENCOPTBL
//ENDICNFG EXEC ASMLNK,MEMBER=ENDICNFG
//ESYMBOLS EXEC ASMLNK,MEMBER=ESYMBOLS
//