Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Need to validate CICS field with atleast 2 characters
Goto page Previous  1, 2
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 9211
Location: 221 B Baker St

PostPosted: Fri Sep 19, 2008 11:22 am    Post subject:
Reply with quote

Hello,

Quote:
What is the use of terminal hardware pgm then, I hope you are aware of Terminal monitor pgm.
Quote:
it is . . Terminal hadware pgm
Even with the correction, it is not clear what you are asking or saying.

Do you have some doubt about the 3270-emulator program that is running on your desktop or is your question about some mainframe component?
Back to top
View user's profile Send private message
References
revel

Active User


Joined: 05 Apr 2005
Posts: 132
Location: Bangalore/Chennai-INDIA

PostPosted: Fri Sep 19, 2008 11:36 am    Post subject:
Reply with quote

Dear Dick,

the MDT gets set by the hardware (or PC emulator) whenever a field us updated. This is part of the 3270 specification, and nothing to do with CICS. It's been that way for almost 40 years.

MDT set to 0 when user is not entered any data
MDT set to 1 when user entered data

The length data value fieldL shows that data has been entered in the field (i.e. modified) if it is > 0.

So i suggest him to validate fieldL or FieldI for his requirement.

Suggestion are welcomed, see we are all here for learning icon_wink.gif
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 240

PostPosted: Fri Sep 19, 2008 8:45 pm    Post subject:
Reply with quote

Quote:
move an NOFSET (MDT OFF) attribute to FIELDA


you need this to set the field (or fields) to a NOT modifief state (MDT OFF)
before sending map to the screen.

This will provide the capability to check the true length of the number
of characters entered for a particular field.

Standard BMS stuff.

Quote:
What is the use of terminal hardware pgm


please clarify>>>> terminal hardware pgm

;
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 HoursGoto page Previous  1, 2
Page 2 of 2