What are SEND MAP MAPONLY & SEND MAP DATAONLY ?

cics inteview questions

Moderator: Moderator Group

Post Reply
User avatar
Krishna
Site Admin
Posts: 1052
Joined: Fri Jan 27, 2006 7:50 am

What are SEND MAP MAPONLY & SEND MAP DATAONLY ?

Post by Krishna » Sun Jul 19, 2009 9:38 pm

What are SEND MAP MAPONLY & SEND MAP DATAONLY ?

User avatar
Krishna
Site Admin
Posts: 1052
Joined: Fri Jan 27, 2006 7:50 am

Post by Krishna » Sun Jul 19, 2009 9:38 pm

MAPONLY - to send the map alone, without any data. Eg: used for sending Menu screens.

DATAONLY - to send data alone, without sending the screen layout again. Eg: used for refreshing the screen data.

User avatar
MJ
Member
Posts: 15
Joined: Thu Jul 21, 2011 9:29 am

Post by MJ » Thu Jul 21, 2011 10:08 am

Hello Krishna,
Thanks for the info. Really a handy one.

EXEC CICS
SEND MAP DATAONLY('WUSER') MAPSET('TCOM073') ERASE
END-EXEC.

Am i rightly using the syntax?
--------
# MJ #
--------

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Thu Jul 21, 2011 7:15 pm

Syntax is correct but not related to this thread, am I missing something! :|
Regards,
Anuj

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others