Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
I have a variable of A X(9) initialized with spaces.

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> NATURAL & MQSERIES
Author Message
mohandotb

New User


Joined: 06 Aug 2006
Posts: 1

PostPosted: Sun Aug 06, 2006 10:38 pm    Post subject: I have a variable of A X(9) initialized with spaces.
Reply with quote

I redefined variable A as a variable B 9(9).

Now I move B to C 9(9)

What happens in this case.
Back to top
View user's profile Send private message
References
prashanth1

New User


Joined: 27 Sep 2006
Posts: 32
Location: Mumbai

PostPosted: Thu Oct 12, 2006 5:12 pm    Post subject:
Reply with quote

my understandings for the given problem is


C contain the value of B.


Pls Correct Me , If I Wrng icon_smile.gif
Back to top
View user's profile Send private message
azshukla

New User


Joined: 31 May 2006
Posts: 9
Location: Pune

PostPosted: Fri Oct 20, 2006 1:13 pm    Post subject:
Reply with quote

when you are redefining a variable, as here you are redefining A as B , both A and B will be pointing to the same address space.. so what ever is the value is there in that addressspace will be present in both the variables A and B. Now if you are moving it in C, address apcae of C wil also have the same value.. means at the end all three variable will have the same value.
redefining in working storage works same as SET ADDRESS OF in procedure division.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> NATURAL & MQSERIES All times are GMT + 6 Hours
Page 1 of 1