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

Assembler programe is abending in divide instruction


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Mon Dec 07, 2009 1:06 pm
Reply with quote

The address off R3 is in the operating system's area. You don't need to see the contents to know that that's not where you should be addressing.
Your literals appear to be based off R3 at low locations. What is your base register for the program and why are these values not at offsets from that base?

Garry.
Back to top
View user's profile Send private message
thanoozm

New User


Joined: 23 May 2007
Posts: 26
Location: hyderabad

PostPosted: Mon Dec 07, 2009 1:44 pm
Reply with quote

Hi Garry,

I have used R3 for variable 'EXPLP` field length of 2 bytes that is declared in CSECT area. After that LTORG is started, So all literals are used as r3 and offset. I have removed variable from CSECT and declared in DSECT, it has worked. EXLP is external to this module.

Thanks,
Thanooz
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 -> PL/I & Assembler Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts Build dataset list with properties us... PL/I & Assembler 4
No new posts Finding Assembler programs PL/I & Assembler 5
No new posts How Can I Recall a Migrated Data Set ... PL/I & Assembler 3
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
No new posts Getting SOC4 while calling a Cobol DB... PL/I & Assembler 4
Search our Forums:

Back to Top