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

Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?

3 Answers   CTS,


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

2 Answers   IBM,


What is the term conversational programs means?

0 Answers  


What is meant by an AICA ABEND?

0 Answers  


What is the purpose of the Program List Table?

2 Answers   IBM,






In a CICS program, how will you read a VSAM file?

0 Answers  


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 pic clause for the hhmmss type of data fields?

0 Answers  


What other file control processing commands are used for file updating?

1 Answers  


Once a transient data queue is read, can it be reread?

2 Answers  


What is the procedure to read a statement from tsq?

0 Answers  


What is the common work area?

0 Answers  


Categories