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 |
Can you define mdt?
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??
What is the cics command level?
What is the comaera?
which is the cics control program that provides communication services between user written application programs and terminals?
What is the use of DSECT parameter in BMS?
An XCTL uses more CPU time than LINK (True or False)
cics command level is?
what is partial serch analysys in cics?
What is the name of the mapset definition macro?
What are the types of processes to create a map in cics?
What is the effect of including the TRANSID in the EXEC CICS RETURN command?