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

How to draw a MAP as specified in below format


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

New User


Joined: 11 Dec 2006
Posts: 13
Location: bangalore

PostPosted: Tue Mar 06, 2007 4:12 pm
Reply with quote

Hi frnds,

i have a map in that i should get the map like this.

Code:
CARD AMT        COMM       SERVICE FEE
________          _____       ___________

DESCRPTION     ________________________


but iam getting like this

Code:
CARD AMT        COMM       SERVICE FEE
________          _____       ___________

DESCRPTION      ENTER THE NO

Here instead of "_____________" this 'ENTER THE NO' is a message coming, it should come on 23rd row , iam getting that msg on 23rd row also.

how to overcome this on map.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Mar 06, 2007 4:18 pm
Reply with quote

Sending the map?
Recieving the map?
Creating the map?
Back to top
View user's profile Send private message
deepthijanardhana

New User


Joined: 11 Dec 2006
Posts: 13
Location: bangalore

PostPosted: Tue Mar 06, 2007 4:39 pm
Reply with quote

hi,
i have to create screen like that.
thanks
Back to top
View user's profile Send private message
dineshness

New User


Joined: 25 Dec 2006
Posts: 63
Location: Perambalur

PostPosted: Tue Mar 06, 2007 7:53 pm
Reply with quote

The unexpected mismatch in display could be because of many reasons.
It could be because of the error in the BMS Macro definition itself
or, in the program because some part of the code moves
the text "ENTER THE NO" instead of "_________" into the specified field.

It would be helpful, if you can provide us the BMS definition macros
for the problem fields. And, also check in the program for the move statements.

Dinesh.
Back to top
View user's profile Send private message
dineshness

New User


Joined: 25 Dec 2006
Posts: 63
Location: Perambalur

PostPosted: Tue Mar 06, 2007 8:46 pm
Reply with quote

Or else,
If you have modified the Macro definition recently and the compiled version of mapset is different from the one existing in the CICS region, you have to do a new copy of the physical load module of the mapset.

Dinesh.
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 Populate last day of the Month in MMD... SYNCSORT 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts InfoSphere OPTIM CSV ouput vs DSNTIUA... IBM Tools 3
No new posts Need mmmyy date format SYNCSORT 6
Search our Forums:

Back to Top