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

CICS maps...Validation


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

New User


Joined: 19 Mar 2006
Posts: 9
Location: Bangalore, INDIA

PostPosted: Mon Apr 03, 2006 7:05 pm
Reply with quote

Hi,
I have a field in a map..its unprotected..i wants to validate in application program..first charachter shold be numaric , second should be laphabetic, and third be numaric and forth numeric..so on...

please tell how i do in maps.
Back to top
View user's profile Send private message
gowrishankars

New User


Joined: 27 Mar 2006
Posts: 4
Location: pune

PostPosted: Tue Apr 04, 2006 11:50 am
Reply with quote

If your application language is COBOL then
1.a.Define a group data item varaible having elementary items
of length 1,1,1..so on
b.Move the recieved field to this varaible and validate the elementary
items individually.
2.You can also use reference modification to split the string and validate it
Back to top
View user's profile Send private message
Jag

New User


Joined: 07 Dec 2005
Posts: 30
Location: India

PostPosted: Sat Apr 08, 2006 11:15 am
Reply with quote

As the other friends said before..the validation should be done from the programming lanague and it cannt be done in the CICS itself...

Bms is used for just for User Facilitation...All the validation and calculations is done by the Front end langauge..

Cheers,
jag.
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 Using API Gateway from CICS program CICS 0
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
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top