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

how i can see the comp3 variable declaration?


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

New User


Joined: 14 Dec 2005
Posts: 8

PostPosted: Fri Dec 16, 2005 3:52 pm
Reply with quote

hi,

How i can see the comp3 variable declaration in the copybook? or in the program declartion
Back to top
View user's profile Send private message
Abirami.YN

New User


Joined: 16 Jul 2005
Posts: 15
Location: India - Chennai

PostPosted: Fri Dec 16, 2005 6:50 pm
Reply with quote

Comp-3 value will be declared as comp-3 at end.

Ex:

01 var1 PIC S9(15) COMP-3.
Back to top
View user's profile Send private message
muffirulz

New User


Joined: 14 Sep 2005
Posts: 74
Location: Atlanta, (USA)

PostPosted: Fri Dec 16, 2005 9:44 pm
Reply with quote

hi,

you can see in both the places. either declared in program or in copybook.
just look out for comp-3 in the end.

regards
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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Variable Output file name DFSORT/ICETOOL 8
No new posts Moving Or setting POINTER to another ... COBOL Programming 2
No new posts parsing variable length/position data... DFSORT/ICETOOL 5
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top