View - SARUSAUX Assemble and Link Error
search cancel

View - SARUSAUX Assemble and Link Error

book

Article ID: 256045

calendar_today

Updated On:

Products

View

Issue/Introduction

Our modified SARUSAUX exit assembles cleanly, but the link edit (LKED) finds an unresolved reference as below:

  IEW2454W 9203 SYMBOL £ACFGCVT UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.

I have all the ACF macro libs in the SYSLIB concatenation.

How can this be fixed, as it seems that a library holding this macro is missing?

Environment

Release : 14.0

Resolution

Customer encountered the following error while linking SARUSAUX exit:

  IEW2454W 9203 SYMBOL £ACFGCVT UNRESOLVED.  NO AUTOCALL (NCAL) SPECIFIED.

------

They found the missing CSECT in a ACF2 mod library and re linked the exit in the following way (where the linking was successful):

 //L.SYSIN  DD *             
   INCLUDE SYSLMOD(£ACFGCVT) 
   NAME  SARUSAUX(R)         
 /*