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

Difference between Handle and Ignore condition


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

New User


Joined: 08 Mar 2005
Posts: 17

PostPosted: Wed Feb 04, 2009 1:52 pm
Reply with quote

What is the real difference between a handle and ignore condition. After reading CICS application programmer also I am unable to understand.

Could somebody please explain?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Feb 04, 2009 2:12 pm
Reply with quote

Hi,

Which manual you were referring to here
Quote:
After reading CICS application programmer
please direct us to there - some one will be aroud to explain about what was bothering you..
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 04, 2009 2:14 pm
Reply with quote

if You pass by a bank and see a robbery going on...

handle ==> call the police
ignore ==> just keep driving

handle ==> do something appropriate
ignore ==> do nothing ( you do not care )
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Wed Feb 04, 2009 6:06 pm
Reply with quote

The difference is in how the application is written -- for example, if a code is input from a screen, your program may want to look up a narrative for that code in a VSAM file. However, if the code isn't found in the file your program can still continue without the narrative -- so you code IGNORE CONDITION for the not found on the read. If your program cannot continue unless that code is found in the file, code the HANDLE CONDITION to process the not found condition.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts How to give complex condition in JCL . CLIST & REXX 30
No new posts What is the difference between Taskty... Compuware & Other Tools 2
No new posts selectively copy based on condition DFSORT/ICETOOL 3
Search our Forums:

Back to Top