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

handle asra abend


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
praleo

New User


Joined: 04 Mar 2005
Posts: 1

PostPosted: Thu Mar 10, 2005 2:38 pm
Reply with quote

how to handle asra abend ? ...
for password field how to set asteriks instead of the value entered?
Back to top
View user's profile Send private message
ovreddy

Active User


Joined: 06 Dec 2004
Posts: 211
Location: Keane Inc., Minneapolis USA.

PostPosted: Thu Mar 10, 2005 6:08 pm
Reply with quote

CICS issues an ASRA abend code when it detects that a program check has occurred within a transaction. Program checks can occur for a wide variety of reasons, but you can find the nature of the error from the program interrupt code in the program status word (PSW). The PSW is used by the machine hardware to record the address of the current instruction being executed, the addressing mode, and other control information. The PSW gives you the address at which the program check occurred, and so it represents a record of the circumstances of the failure.

ATTRB of DFHMDF can be used to Dark the field while entering data

Eg:
PASSWD DFHMDF POS=(12,31),LENGTH=^8, *
ATTRB=(FSET,DRK)


The following manual can help you in finding offset address and finding instruction, which is caused an ABEND.

examples.oreilly.com/cics/CDROM/pdfs/cicsts/dfhs100.pdf

Bye,
Reddy.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Avoid job abend on dataset held by us... JCL & VSAM 6
No new posts After newcopy the CICS program user f... CICS 7
No new posts User ABEND U0476. Need help. IMS DB/DC 1
No new posts ABEND 0717 during starting IMS IMS DB/DC 0
No new posts Call an hlasm from REXX in batch and ... CLIST & REXX 4
Search our Forums:


Back to Top