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

Runtime error-The system or user abend S50D R=00000020


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

New User


Joined: 05 Feb 2009
Posts: 1
Location: Bangalore

PostPosted: Thu Feb 05, 2009 10:03 am
Reply with quote

Hi,

We had recently migrated a Testing tool to the Enterprise PLI ver.
After migrating completely we get a run time error as below

IEC192I OPEN MACRO MAY HAVE BEEN USED WITH INCONSISTENT MODE SPECIFICATIONS.
IEC191I 50D-20,INVALID PARAMETER LIST SUPPLIED TO OPEN MACRO, DCB ADDRESS = 000
00000
CEE3250C The system or user abend S50D R=00000020 was issued.
From entry point TRP9SNR at compile unit offset +0000009E at entry off
set +0000009E at address 0DDEDC86.
IEA995I SYMPTOM DUMP OUTPUT
USER COMPLETION CODE=4039 REASON CODE=00000000
TIME=16.58.54 SEQ=41174 CPU=0000 ASID=006A
PSW AT TIME OF ERROR 078D1600 8692195E ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 06921958 - 00181610 0A0D58D0 D00498EC
AR/GR 0: 8D020EDE/00000000_84000000 1: 00000000/00000000_84000FC7
2: 00000000/00000000_001520B8 3: 00000000/00000000_0002000D
4: 00000000/00000000_06916038 5: 00000000/00000000_00151C1C
6: 00000000/00000000_00000000 7: 00000000/00000000_0DE152A8
8: 00000000/00000000_001520B8 9: 00000000/00000000_00153796
A: 00000000/00000000_00151C1C B: 00000000/00000000_06921888
C: 00000000/00000000_0014DB58 D: 00000000/00000000_001548B8
E: 00000000/00000000_8691511C F: 00000002/00000010_00000000
END OF SYMPTOM DUMP
Abend 50D000 hex occurred processing command 'CALL '.
***


The PLI program uses an external ASM module in it we have checked all the Amode and Rmode values and all are 31 any and the ASm module are properly declared in the pli's.

Not able to figure whats going wrong here.
Any guidance would be helpful.

Regards,
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Feb 05, 2009 12:02 pm
Reply with quote

Hello,

Quote:
IEC191I 50D-20,INVALID PARAMETER LIST SUPPLIED TO OPEN MACRO, DCB ADDRESS = 00000000
Suggest you look here:
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/handheld/Connected/BOOKS/iea4h406/2.109?

The error appears to be rather specific.
Quote:
we have checked all the Amode and Rmode values and all are 31 any and the ASm module are properly declared in the pli's.
It may help to re-check these especially the OPEN and DCB mactos in the assembler module.

You might also write a simple stub to call this assembler module to ensure proper complie, link, and run-time linkage.
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

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts ISAM and abend S03B JCL & VSAM 10
Search our Forums:

Back to Top