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
 
passing x(10) from program A to a program B which has x(8)

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions
Author Message
eswar

New User


Joined: 19 Feb 2005
Posts: 5
Location: chennai

PostPosted: Sat Mar 05, 2005 8:06 pm    Post subject: passing x(10) from program A to a program B which has x(8)
Reply with quote

passing x(10) from program a to a program b which has x ( 8 ), will it get abend and if so what abend will u get
Back to top
View user's profile Send private message
References
PostPosted: Sat Mar 05, 2005 8:06 pm    Post subject: Re: passing x(10) from program A to a program B which has x(8) Reply with quote

mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1493

PostPosted: Sun Mar 06, 2005 12:00 am    Post subject:
Reply with quote

I would say no.

When data is "passed" from one pgm to another the data isn't moved to the receiving pgm. The address of the data is provided to the CALLed pgm and this address is used as a base address for the overlay used in the CALLed pgm LINKAGE SECTION. And because of this the CALLed pgm is only "accessing" the data defined by the datanames in its LS.

The only downside is that the CALLed pgm can't access the last 2 bytes of the CALLing pgm's data.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions All times are GMT + 6 Hours
Page 1 of 1