Steve Thank You, I will review your comments and give it a try. Domenic
Domenic Cifani Technology Consultant III Network Software Canada HP Enterprise Services Telephone (905) 383-7864 HP Cell (905) 869-3279 Email [email protected] 242 Upper Mount Albion RD Unit 12 Stoney Creek On L8J 0B1 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Steve Comstock Sent: Friday, September 28, 2012 4:37 PM To: [email protected] Subject: Re: PL/I Compile error unresolved symbols On 9/28/2012 2:13 PM, Cifani, Domenic wrote: > Hi > > I have a user running PL/I implementation in Endevor, and the PL/1 compile > step has a return code=008. I don't have much experience with this, does > anyone who what libraries need to be added to the SYSLIB concatenation for > the unresolved symbols? > > Domenic > > 5655-W67 IBM(R) Enterprise PL/I for z/OS /* > ---------------------------------------- 2012.09.28 13:13:12 Page 4 > Compiler Messages > Message Line.File Message Description > IBM1389I E 13.0 The identifier STR is not the name of a built-in > function. The BUILTIN attribute will be ignored. > IBM1482I E 13.0 The variable STR is declared without any data > attributes. > IBM1300I E 222.0 P is contextually declared as POINTER. > IBM1208I W 25.0 INITIAL list for the array LLIB contains only one > item. > IBM1208I W 38.0 INITIAL list for the array DISP contains only one > item. > IBM1058I I 239.0 Conversion from BIT to FIXED BIN(31) will be done > by > library call. > IBM2812I I 242.0 Argument number 2 to VERIFY built-in would lead to > much better code if declared with the VALUE > attribute. > IBM1058I I 252.0 Conversion from BIT to FIXED BIN(31) will be done > by > library call. > File Reference Table > File Included From Name > 0 ASMS.DEV1TEST.STAGE1.PLI($PK2A) > Component Return Code Messages (Total/Suppressed) Time > Compiler 8 8 / 0 1 secs > End of compilation of $PK2A > z/OS V1 R13 BINDER 13:13:14 FRIDAY SEPTEMBER 28, 2012 > BATCH EMULATOR JOB(VAN7032@) STEP(NDVRBAT ) PGM= IEWL > IEW2278I B352 INVOCATION PARAMETERS - XREF > IEW2456E 9207 SYMBOL CEEBETBL UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL CEEROOTA UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL CEEOPIPI UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMQEFSH UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMQOFWR UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMQOFOP UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMQOFRD UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMQCPBX UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMQOFSH UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMQOFNT UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMQOFPT UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMPOFCX UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL IBMPINPL UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY. > IEW2456E 9207 SYMBOL CEESG011 UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM > THE DESIGNATED CALL LIBRARY.CALL LIBRARY. > > Domenic Cifani > Technology Consultant III > Network Software Canada > HP Enterprise Services > Telephone (905) 383-7864 > HP Cell (905) 869-3279 > Email [email protected] > 242 Upper Mount Albion RD Unit 12 Stoney Creek On L8J 0B1 > Well first, the first five messages have to do with PL/I coding errors. Show us the related statements and the declares of the functions or data items referenced: you don't need any new include library for that. Second the CEE.... unresolved references are for the LE bind-time library, usually <hlq>.SCEELKED (so you need to add this library into your bind (linkedit) step Finally, the IBM.... unresolved symbols are for PL/I modules but these should also be found in the LE bind-time library. -- Kind regards, -Steve Comstock The Trainer's Friend, Inc. 303-355-2752 http://www.trainersfriend.com * Check out our sale of training materials at http://www.trainersfriend.com/SpecialSale/ (sale absolutely ends 19 October, 2012) * Let us know if you are interested in our training materials reseller program ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
