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
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
What is the abend command?
List out all the tables that are a part of cics ?
Explain the maps in cics?
what are the reserved words for cics?
What is the cics command level?
Can you define cemt?
What is the main function of the sign-on table?
Explain the difference between intra partition tdq and extra partition tdq?
Can QSAM files be accessed from CICS?
Specify cics transaction initiation process?
Give the definition of COMMAREA ?
Name the command which is used to release a record on which exclusive control is gained?
In the EIB block of CICS, highlight the names of few of the important fields?
What is the kcp in the cics?