Unable to Assemble/Link module IDMSCTAB using sample HLASMCL proc in CAGJSAMP
search cancel

Unable to Assemble/Link module IDMSCTAB using sample HLASMCL proc in CAGJSAMP

book

Article ID: 45600

calendar_today

Updated On:

Products

IDMS IDMS - Database IDMS - ADS

Issue/Introduction

Using sample JCL in CAGJSAMP member IDMSCTAB the link edit step fails with the following errors

IEW2230S 0414 MODULE HAS NO TEXT. 

IEW2648E 5111 ENTRY CTABEP1 IS NOT A CSECT OR AN EXTERNAL NAME IN THE MODULE. 

IEW2677S 5130 A VALID ENTRY POINT COULD NOT BE DETERMINED. 

Environment

IDMS - all supported releases

Resolution

Client had default option NOOBJECT set for all assemblies and also in SYS1.PROCLIB member HLASMCL

To avoid this type of concern in the future for any use of HLASMCL, we recommend updating the SYS1.PROCLIB member HLASMCL to include: 

EXEC PGM=ASMA90,PARM=(OBJECT,NODECK) 

or set global default for ASMA90 to OBJECT