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
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Define transient data?
What do you mean by CEMT?
Can you explain exec cics handle condition command?
Differentiate between PCT and FCT.
how do you execute a background cics txn ?
What is commarea (communications area)?
What are the recoverable cics resources?
What does the 'ceci:cics' transactions do?
Name a few CICS programs which are generally used ?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
What is the term bms in cics?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
what are the commands used to gain exclusive control over a resource?
What are the ways fot initiating a transaction?