plz give the syntax for receive map and receive text cmds
in cics



plz give the syntax for receive map and receive text cmds in cics..

Answer / krishna

receive (terminal): retrieve input data from a terminal
EXEC CICS RECEIVE INTO(data-area)
LENGTH(ws-len)
END-EXEC.



receive map: receive data from a terminal via BMS
EXEC CICS RECEIVE MAP(name)
MAPSET(name)
INTO(data-area)
LENGTH(ws-len)
END-EXEC.

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More CICS Interview Questions

What happens to resources supplied to a transaction when an XCTL command is executed?

1 Answers   IBM,


What is CEBR?

3 Answers   IBM,


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

0 Answers   BirlaSoft,


What is the option that is used to erase all unprotected fields during a SEND MAP operation?

5 Answers   Kanbay,


A CICS program ABENDS with an ASRA ABEND code. What is its meaning?

3 Answers   IBM,






What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?

1 Answers  


How is Telon(CA-Telon) used to build map?

0 Answers  


Explain the uses that are associated to tsq and tdq ?

0 Answers  


Define floating maps with illustration?

0 Answers  


Name the three ways available for a program to position the cursor on the screen?

0 Answers  


How can we code a program such that we will never get a MAPFAIL error?

1 Answers   Accenture,


What is bms map?

0 Answers  


Categories