What happens when we code 'Send map(mapname).....'



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

What happens when we code 'Send map(mapname).....'

Postby shabi » Tue Aug 31, 2010 9:33 pm

Hi!
what happens when we code 'send map(mapname) mapset(mapsetname)' in cobol program ?
shabi
 
Posts: 14
Joined: Sat Aug 21, 2010 8:38 pm
Has thanked: 0 time
Been thanked: 0 time

Re: What happens when we code 'Send map(mapname).....'

Postby Robert Sample » Tue Aug 31, 2010 11:30 pm

What do you think happens?
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: What happens when we code 'Send map(mapname).....'

Postby NicC » Wed Sep 01, 2010 12:19 am

I suggest you refer to the CICS language reference manual.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: What happens when we code 'Send map(mapname).....'

Postby CPANTX » Wed Sep 01, 2010 12:58 pm

SEND MAP command is an EXEC CICS command used to send:
1. the physical map,
2. the symbolic map,
3. both maps together.

The command is:
EXEC CICS SEND
MAP ('mapname')
MAPSET ('mapset name')
[MAPONLY/DATAONLY]
[FROM (data area)]
[ERASE/ERASEUP]
END-EXEC.

MAPONLY specifies only physical map to be sent and DATAONLY specifies only symbolic map to be sent. To send both maps together, omit both.
CPANTX
 
Posts: 14
Joined: Sat Mar 21, 2009 11:23 pm
Has thanked: 0 time
Been thanked: 0 time

Re: What happens when we code 'Send map(mapname).....'

Postby shabi » Sun Sep 05, 2010 2:40 pm

Thank U
shabi
 
Posts: 14
Joined: Sat Aug 21, 2010 8:38 pm
Has thanked: 0 time
Been thanked: 0 time


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post