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

CICS Program with 2 Same Map definitions hdrs being differen


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

New User


Joined: 26 Oct 2006
Posts: 2
Location: White Plains, NY

PostPosted: Fri Dec 05, 2008 8:10 pm
Reply with quote

Hello Friends,

We are in the process of converting Environ1 Maps to BMS maps. I have a situation where two maps have the same mapset definition but the few headers columns are missing in the second one. This program displays 24 detail lines. They are displaying 12 details at a time based on the Total Amount field being available for the next 12 lines.

In the Program Can I say
Copy Map1.
01 Map2 redefines Map1I
copy Map2.

So that I would be able to send and receive two maps but using one mapset definition.

Appreciate if some one can help me.
Thanks
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Fri Dec 05, 2008 10:27 pm
Reply with quote

Quote:
In the Program Can I say
Copy Map1.
01 Map2 redefines Map1I
copy Map2


NO

In addition, if your 2 maps are in the same mapset definition,
you should only need 1 copy statement.
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 DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top