Hi all,
I am working with cics pgm.MY REQ is to validate every field Ie if no data is entered in any field then i am trying to throw a msg.
cics screen:
USER NAME:
--------------------
PASSWORD :
--------------------
RPASSWORD:
--------------------
MSG: ----------------------------------------
F1=HOME F3=EXIT F2=SUB
after pressing F2 key
USER NAME:
--------------------
PASSWORD :
--------------------
RPASSWORD:
--------------------
MSG: USERNAME ALREADY EXSIT
see the msg , though i dont enter any thing it creating a username with spaces( i dont know whether it creating with spaces or
any other character, but when i seee my table empty row woth spaces is created) . i coded in the app prog if sunamel=0
'enter ur name'
but i am not getting like so...........
Thanx and regards.
pavan