Page 1 of 1

Doubt in Map status.

PostPosted: Fri May 06, 2011 4:07 pm
by Viswanathchandru
Hi folks,
I have a MAP named PROJFX. When i triggered the CECI transaction to send the map my cics screen hangs. What could be the reason. Hope i'm clear. Apologies if i'm wrong.

Thanks,
Viswa

Re: Doubt in Map status.

PostPosted: Fri May 06, 2011 5:44 pm
by Robert Sample
Normally when a CICS screen "hangs", there's something at the bottom of the screen telling which VTAM problem occurred. Is this happening to your screen?

Re: Doubt in Map status.

PostPosted: Fri May 06, 2011 7:46 pm
by Viswanathchandru
Thanks robert for your post!!

No, This happens for all the screens whomever( my team mates) is trying to send that map.

Thanks,
Viswa

Re: Doubt in Map status.

PostPosted: Fri May 06, 2011 8:16 pm
by Robert Sample
Are you trying to send the map via CECI (viz. your first post) or via program (viz. your second post)?

Trouble shooting ideas:
1. Is the terminal locked? If so, can it be reset and the clear key hit?
2. Are there any relevant messages in the message log?
3. Are there any relevant messages in the CICS system log?
4. Are there any relevant console messages?
5. How is the terminal defined to CICS (24x80, 43x80, ... )?
6. How is the map defined (24x80, 43x80, ...)?
7. How is the terminal emulator (PC3270, REFLECTION, HUMMINGBIRD, or whatever) defined (24x80, 43x80, ....)?
8. Is there a lighthning bolt at the bottom of the screen? If so, there will be a VTAM error code associated with it (such as 505) -- what is that error code?

Re: Doubt in Map status.

PostPosted: Fri May 06, 2011 9:45 pm
by Viswanathchandru
Hi Robert thanks for your kind reply!!!!!!


It's Amazing!!! the problem is what you have mentioned . The map was not defined in the regular size.. Great!!! thanks a lot!!!!


Thanks,
Viswa

Re: Doubt in Map status.

PostPosted: Fri May 06, 2011 11:37 pm
by Robert Sample
Glad to hear you got it working!