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

CICS MAP NOT DISPLAYED AS EXPECTED


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

New User


Joined: 30 Aug 2006
Posts: 14

PostPosted: Wed Jul 07, 2010 1:22 pm
Reply with quote

Hi All

Iam working on one of the CICS program,I did some changes to the existing map and refreshed the CICS engine with new load,the map is not getting displayed as expected.Then I had backed out the changes and picked up the existing production version and refreshed back with the production load.But still the map is not displayed as expected .I believe the control is going to the piece of code in my program which is coded in this fashion
Code:
IF MAP-PROPOSALL OF MGXXXM1I > ZERO                       
    EXEC CICS BIF DEEDIT FIELD(MAP-PROPOSALI OF MGXXXM1I)
    MOVE MAP-PROPOSALI OF MGXXXM1I                       
    MOVE LOW-VALUES TO MGXXX1O                           
MOVE WS-MESSAGE-AREA (1) TO MAP-ERROR-MSGO OF MGXXXM1O (1)
MOVE WS-MESSAGE-AREA (2) TO MAP-ERROR-MSGO OF MGXXXM1O (2)
MOVE WS-MESSAGE-AREA (3) TO MAP-ERROR-MSGO OF MGXXXM1O (3)
MOVE WS-MESSAGE-AREA (4) TO MAP-ERROR-MSGO OF MGXXXM1O (4)
MOVE '8' TO MAP-ERROR-MSGA OF MGXXXM1O (4).               
       MAP ('MGXXXM1')                                   
       MAPSET ('MGXXXM1')                                 
MOVE 'MGXXXM1' TO T3-SCREEN-NAME.                       


Could someone suggest some pointers how to fix this issue

Thanks in anticpation
Sreekanth
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Jul 07, 2010 3:33 pm
Reply with quote

Quote:
Could someone suggest some pointers how to fix this issue

Could you suggest just what the problem is?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jul 07, 2010 11:36 pm
Reply with quote

Hello,

Suggest you work with your cics support to make sure that all of the program and panel code is correct and in the correct library in the concatenation.

What happens if you copy the code and the panel to some test (non-existing) names? Does this work correctly?
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Jul 08, 2010 4:04 am
Reply with quote

Quote:
refreshed the CICS engine


maybe its out of gas ?
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