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

The member was not found in the "COPY" library


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hkalhor

New User


Joined: 20 May 2007
Posts: 15
Location: Iran

PostPosted: Sat Oct 12, 2013 5:24 pm
Reply with quote

Hi
I have problem variable in copybook.
the error is :
" 207 IGYLI0048-S The member was not found in the "COPY" library."
line 207 is :
COPY MAINTOTA IN SYSLIB.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Sat Oct 12, 2013 5:47 pm
Reply with quote

The error message is clear -- there is no member MAINTOTA in the PDS concatenation specified by the SYSLIB DD statement in your compile JCL. What are you having trouble with?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Oct 12, 2013 5:48 pm
Reply with quote

well...
the message is pretty clear, the copy member was not found in Your SYSLIB concatenation

ask Your support/peers/yourself(*) where the missing member is/was stored.
(*) in case You wrote Yourself the member in question

and copy the missing member to a PDS in the syslib concatenation
or add the PDS/library containing the member to the syslib concatenation

anyway get in touch with Your support
Back to top
View user's profile Send private message
hkalhor

New User


Joined: 20 May 2007
Posts: 15
Location: Iran

PostPosted: Sat Oct 12, 2013 7:40 pm
Reply with quote

yes
it's corrected. thanks
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts Calling an Open C library function in... CICS 1
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
Search our Forums:

Back to Top