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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the differences between and exec cics xctl and exec cics start command?

680


What is interval control?

602


How to handle exceptional conditions in cics?

648


What are the some important fields in the eib block?

613


specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?

694






What is the pic clause for the hhmmss type of data fields?

508


Can you define bms?

612


What is an mdt (modified data tag)?

575


How many ways are there for initiating a transaction?

592


Explain how do you establish a starting position in a browse operation?

572


Explain the thress bms options?

574


Explain the primary significance of intra-partition and extra-partition tdqs ?

574


what are transient data sets defined to cics?

652


Explain cebr transaction commands?

548


What is the syncpoint command?

596