Page 1 of 1

HELP In CICS. Plz Help Me

PostPosted: Wed Dec 02, 2009 12:42 pm
by prasadnaidu
Hi All,

I have a requirement like specicfied below.


In my program i have to Read the Customer Id, Password from the Map. I done this by RECEIVE Command. After Reading the Values into the Program I have to check the values. If the Customer is Authorised, He has to be redirected to Another Screen(MAP). If he is not authorised i have to send a ERROR Message thruough ALERT( Just Like A ALERT in our WEB Pages) . Is there any possibility to do like that.

I dont want to send the ERROR Message in the Screen It self. So i need a sepearte POP-UP menu. Can any one Help me.

Thanks & Regards,
Prasad.

Re: HELP In CICS. Plz Help Me

PostPosted: Thu Dec 03, 2009 4:05 am
by dick scherrer
Hello,

I dont want to send the ERROR Message in the Screen It self. So i need a sepearte POP-UP menu.
I suspect there is already a message area on the screen. Suggest you use it rather than defining another screen that would have to be handled. . .

Re: HELP In CICS. Plz Help Me

PostPosted: Thu Dec 03, 2009 12:54 pm
by prasadnaidu
Hi,

Actually What i want is to raise alert only. I know the Message Area Concept.

But I Want to Send the ALERT Only. Is there any Chance to get that ALERT.

Thanks & Regards,
Prasad. P