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

Map modification to increase size of one of the fields


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

New User


Joined: 01 Feb 2007
Posts: 30
Location: Mumbai

PostPosted: Fri Feb 12, 2010 2:47 am
Reply with quote

Hello Everyone,

I have modified a map to increase size of one of the fields and the map compiled successfully.I have done a newc mapname to load the modified version of the map.

I am using the SEND MAP command in CICS to check if the modifications are effective...still i see the old map .


i have compiled my program also.


please help.

thanks,
tushar
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Feb 12, 2010 3:05 am
Reply with quote

You need to check the DFHRPL list in the CICS region/job and view the loadlib order. Most likely, there's a loadlib ahead of the one which you Assembled/Linked the updated MAP into but the one ahead of you still contains a previous version, which takes precedence.

Bill
Back to top
View user's profile Send private message
tushar_study

New User


Joined: 01 Feb 2007
Posts: 30
Location: Mumbai

PostPosted: Fri Feb 12, 2010 1:39 pm
Reply with quote

Hello Everyone,

I checked the JCL for the CICS region and in the DFHRPL there are 2 libraries ahead of the library where the Load of the map has been saved.

Can we do something about it ?

Thanks & Regards,
Tushar
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Feb 12, 2010 1:40 pm
Reply with quote

Quote:
there are 2 libraries ahead of the library where the Load of the map has been saved.

check if the libraries contain the <map>,
anyway the best thing would be to speak to Your support!
Back to top
View user's profile Send private message
nan_ishan

New User


Joined: 15 Apr 2009
Posts: 3
Location: Pune

PostPosted: Thu Feb 18, 2010 12:42 am
Reply with quote

Tushar,

Did you try disabling and enabling the map after newc?
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 Increase the number of columns in the... IBM Tools 3
No new posts Using Java/C/C++ to retrieve dataset ... Java & MQSeries 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
No new posts Dataset size increase on adding 1 byt... DFSORT/ICETOOL 8
Search our Forums:

Back to Top