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

Natural error message detail


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
skodidine

New User


Joined: 05 Apr 2006
Posts: 6

PostPosted: Sat Jun 24, 2006 12:03 am
Reply with quote

How do I display or capture the Natural system error message?

For example:

If my natural program abends, I can display the program it abended in (*program) and the error code (*error-nr) and also the line number (*error-line). How do I display the error message that corresponds to the *error-nr?

I am using ON-ERROR in my program and would like to display the error message along with the program, line number and error number.

Thanks!

Sanjay
Back to top
View user's profile Send private message
atulrukmangad

New User


Joined: 10 Apr 2006
Posts: 13

PostPosted: Mon Jun 26, 2006 11:56 am
Reply with quote

Hi,
I think you can use the SYSERR file to display the error message. To execute the SYSERR file you can view the Natural external Routine USR0020N. Just provide the message type (NS/NL) and the error number.

Hope this will help you.

Atul
Back to top
View user's profile Send private message
skodidine

New User


Joined: 05 Apr 2006
Posts: 6

PostPosted: Mon Jun 26, 2006 8:51 pm
Reply with quote

Hi Atul, thanks for the reply.

Unfortunately our DBA is unwilling to give us access to any USR* program and even SYSERR isnt loaded as when i choose option DI it says no short descriptions loaded.

I guess I will have to settle to just displaying the error number and let the user or other programmers figure out what the actual error message is.

Sanjay
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts Design for Message Trapping and WTO N... All Other Mainframe Topics 2
No new posts U0016 error in JCL JCL & VSAM 4
No new posts python on z/OS error no encoding decl... Testing & Performance 0
No new posts Message Security Assist extension 7 a... PL/I & Assembler 2
Search our Forums:


Back to Top