BC1JTABL getting IEC141I assembly error
search cancel

BC1JTABL getting IEC141I assembly error

book

Article ID: 97150

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

Trying to run BC1JTABL to assemble the Endevor V18 tables and getting the following error:

IEC141I 013-18,IGG0191B,@KN4D2JC,ASM,SYSIN,423F,SYSP06, 356 iprfx.iqual.CSIQSRC(TBLNAME) ERROR DESCRIPTION: IEC141I An OPEN macro instruction was issued for a partitioned data set. The DSNAME parameter specified a member that could not be found. END ERROR DESCRIPTION: IEC141I

 

Environment

Release: All Supported Releases

Resolution

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 
//