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

How to check any input field in the map is modified??


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

New User


Joined: 27 May 2010
Posts: 12
Location: Kolkata

PostPosted: Sat Jul 24, 2010 3:00 pm
Reply with quote

Hi,

Before using any function key in my program i need to check that the date field is chaged or not by the user. For that i have put following code-

IF EFFDATE-L > 0 AND
IF EFFDATE-F = X'00'

Is it fine?? The problem i m facing while testing it thru expeditor is
1. If i m using both the condition, even in case of date field is changed the control is not coming inside the loop.
2. And if i m removing the first condition, the control is coming inside the loop even the date is not changed.

Could anyone please help me as i m new in CICS.

Thanks in advance.
Sanjay
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Jul 24, 2010 8:10 pm
Reply with quote

Hello,

Do a bit of research on the "modified data tag".

If you search the cics part of our forum, there are several topics.

At the top of the page is a link to "IBM Manuals" among which is the
"CICS TS/zOS Language Reference" which also has info.
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 TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top