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
Define an asra abend?
Give certain situations where NEWCOPY is obligatory?
Explain the difference between physical map and symbolic map?
Can you define temporary storage?
Explain how do you dynamically set the cursor position to a specific field?
What is the comaera (communication area)?
Define an asra?
Define temporary storage?
Explain the usage of language in the ppt entry?
For protecting a transaction using the transaction security function, the two things that must be done are?
cics command level is?
What is meant by a ‘Transid’ ?
Define an aica abend?
List out all the tables that are a part of cics ?
Mention one alternative aspect of CICS?