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

IGYPS0037-S "TS-RUBRO-36PR" was not a uniquely def


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
grabeva

New User


Joined: 07 Sep 2006
Posts: 23

PostPosted: Tue Sep 12, 2006 8:27 pm
Reply with quote

Hello.....
good moorning....

i want to know at what manuals i find Cobol compiler error.....?????

i need to correct the following error...

2 MOVE C-RUBRO-CCC-RICS8706 TO
2 TS-RUBRO-36PR(SAL-CANTIDAD)

IGYPS0037-S "TS-RUBRO-36PR" was not a uniquely defined name. The definition to
used could not be determined from the context. The reference to the
was discarded.

IGYPS2120-S Expected a reference-modification specification but found ")". The
"MOVE" statement was discarded.

2 OF TABLA-COLA-TS

IBM COBOL for OS/390 & VM 2.2.1 FTO00PR Date 09/12/2006 Ti

thanks a lot.....
kiss.
Gra
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Sun Sep 17, 2006 10:36 am
Reply with quote

Check in your program how "TS-RUBRO-36PR" is defined.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Sun Sep 17, 2006 5:59 pm
Reply with quote

Maybe you should write:
MOVE C-RUBRO-CCC-RICS8706 TO
TS-RUBRO-36PR OF TABLA-COLA-TS (SAL-CANTIDAD)
Can you show us the part of W-S where TS-RUBRO-36PR is defined?
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts Newbie Stuck on "Duplicate Datas... TSO/ISPF 5
No new posts RABBIT HOLE NEEDED - "Live"... All Other Mainframe Topics 0
No new posts Using PARM=('JPn"&SYMBOL&quo... DFSORT/ICETOOL 2
No new posts Syncsort "Y2C" Function SYNCSORT 1
Search our Forums:

Back to Top