IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

PL1 Complile Error: PROCEDURE EXPANDED USING Private library


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Suja K

New User


Joined: 03 Mar 2008
Posts: 16
Location: Hyderabad

PostPosted: Wed Mar 19, 2008 10:05 am
Reply with quote

I am getting the following error msg in JESYSMSG ..Pls help...

PROCEDURE PLIPROC WAS EXPANDED USING PRIVATE LIBRARY 'SAMPLE.TRNG.PLIPROC'
THE SYMBOL SRCLIB WAS NOT USED

The compile jcl is as folllows

Code:
//UTVT011J JOB NOTIFY=&SYSUID                           
//*                                                     
//PROCLIB JCLLIB ORDER=('SAMPLE.TRNG.PROCLIB')         
//*                                                     
//STEP1 EXEC PROC=PLIPROC,                             
//           SRCLIB=UTVT011.PL1.SRCLIB,                 
//           LOADLIB=UTVT011.PL1.LOADLIB,               
//           MEM=HELLOPL1                               
//LKED.SYSIN DD *                                       
     NAME HELLOPL1(R)                                   
/*                                                     
//                                                     


I have access to PLIPROC.
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Wed Mar 19, 2008 5:58 pm
Reply with quote

This is information message.
Quote:
PROCEDURE PLIPROC WAS EXPANDED USING PRIVATE LIBRARY 'SAMPLE.TRNG.PLIPROC'

Could you please post the associated error code and some more details?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Mar 19, 2008 6:01 pm
Reply with quote

the "PLIPROC" procedure contained in the private proclib does not have
a parameter named "SRCLIB"

review/ask_Your_peers about the procedures to be used at Your shop
Back to top
View user's profile Send private message
Suja K

New User


Joined: 03 Mar 2008
Posts: 16
Location: Hyderabad

PostPosted: Thu Mar 20, 2008 8:57 am
Reply with quote

You were right. I checked the PLIPROC. The PLIPROC procedure to which the EXEC statement was mapped was not the right one. It doesnt contain SRCLIB. The steplib was given incorrectly. Thank you so much for helping out.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Calling an Open C library function in... CICS 1
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
Search our Forums:

Back to Top