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
what is eib, how is can be used?
When would you use abend command?
Name at least one of the ways by which a transaction can be terminated?
Explain how many exceptional condition can be given in a handle condition?
In a particular cics program, what is the procedure to allocate dynamic memory?
Explain the purpose of the program list table?
Define communication area?
what are transient data sets defined to cics?
Can you define commarea?
Explain the difference between the into and the set option in the exec cics receive map command?
What is the meaning of the enq command?
What is the difference between pct and fct?
which transient data queue support ati?
What are some of the cics commands associated with interval control?
Define an aica abend?