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

Abend Code U0062


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
Amanpuri

New User


Joined: 09 Oct 2008
Posts: 10
Location: Pune, India

PostPosted: Wed Nov 26, 2008 4:44 pm
Reply with quote

Hi,

I got an abend code U0062 while submitting the Admin Update Jobs (JCL). I have to restart the job from the TOP three to four times to get it properly executed. Could anybody tell me the reason about this abend?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Nov 26, 2008 5:07 pm
Reply with quote

OK I know in the past that I have said that psychic day was Wednesday, but I was lying icon_rolleyes.gif

The program that issued the abend - is it in house written - if so go to your programmers or source code if you are the programmer, because nobody outside of your organisation will know squat about what happens in said program.

If it is from a proprietry software package, the meaning of the abend will be in the documentation of that package - which is the first place that you should have looked before posting here.

Also, if you really do need help it may be just a tad useful to post the output from the abend showing the error codes and messages.
Back to top
View user's profile Send private message
Amanpuri

New User


Joined: 09 Oct 2008
Posts: 10
Location: Pune, India

PostPosted: Thu Nov 27, 2008 5:24 pm
Reply with quote

The message that i got during running of the program:

Code:
ABEND CODE=U0062                                                               
   ACCESS YOUR ABEND-AID REPORTS BY EXECUTING SYSTEM COMMA                     
   ND "AA" FROM ANYWHERE IN ISPF.                                               
GD104I SYSS.ABENDAID.LIST.PROD                      RETAINED,  DDNAME=SYS00004 
GD104I SYSS.ABENDAID.RPTDIR.PROD                    RETAINED,  DDNAME=SYS00003 
GD104I SYSS.ABENDAID.RPTDIR.PROD                    RETAINED,  DDNAME=ABNLTERM 
EA995I SYMPTOM DUMP OUTPUT                                                     
 USER COMPLETION CODE=0062                                                     
TIME=23.11.37  SEQ=42191  CPU=0000  ASID=02B7                                   
PSW AT TIME OF ERROR  078D1000   A743001C  ILC 2  INTC 0D                       
  ACTIVE LOAD MODULE           ADDRESS=27400000  OFFSET=0003001C               
  NAME=LIUAX01                                                                 
  DATA AT PSW  27430016 - 00181610  0A0D0000  0400E2F0                         
  AR/GR 0: 80C6C8C8/80000000   1: 00000000/8000003E                             
        2: 00000000/2966E278   3: 00000000/27E1F214                             
        4: 00000000/2966E2A8   5: 00000000/0000003E                             
        6: 00000000/00000400   7: 00000000/00FCFD50                             
        8: 00000000/00015A80   9: 00000000/29672038                             
        A: 00000000/27404C08   B: 00000000/27404D72                             
        C: 00000000/2742FF50   D: 00000000/2742FF84                             
        E: 00000000/A7404E80   F: 00000000/2742FF84                             
END OF SYMPTOM DUMP                                                             
EF472I PLVHSAC2 PAD0050 VHSCC1 - COMPLETION CODE - SYSTEM=000 USER=0062 REASON=0

Please guide?

Thanks,


Edited: Please use BBcode when You post some code, that's rather readable, Thanks...Anuj
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Nov 27, 2008 6:39 pm
Reply with quote

Look in program LIUAX01 and find out what causes the User 0062 abend to be issued. Fix that problem. This is absolutely not a system problem but an application program problem -- and there's no way we can help with it since we don't have the source code for your program.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top