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

ASRA abend while moving from one screen to another in CICS


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
NARAYANAM
Warnings : 1

New User


Joined: 22 Sep 2006
Posts: 5

PostPosted: Wed Jan 30, 2008 4:22 pm
Reply with quote

Hi,

I am trying to move from one screen to another screen in CICS region but my destination screens backend file is not having that corresponding record which it needs to display in such circumstence is there any possibulity of getting ASRA abend.

Please help in sharing your views.

Thanking you,

Regards,
Narayanam.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jan 30, 2008 4:30 pm
Reply with quote

ASRA abends are usually the result of...

- programming errors
-- using for example a wrong record layout
-- using wrong data

- data errors
-- the data being worked on was not checked for validity (bad programming practice)

the record not found issue falls into the category of ...
- programming errors
or worse
- bad programming practices ( not checking the return code of a file operation)
Back to top
View user's profile Send private message
NARAYANAM
Warnings : 1

New User


Joined: 22 Sep 2006
Posts: 5

PostPosted: Wed Jan 30, 2008 4:48 pm
Reply with quote

Hi Sorichetti,

Thank you very much for your valuable reply and thanks for your time.

Regards,
Narayanam.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top