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 |
What is the meaning of the ENQ and DEQ commands?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
What is an AEY9 abend ?
how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________
What are the types of the dfhmdf present in the cics?
What is the difference between pct and fct?
What other file control processing commands are used for file updating?
How errors are handled in CICS programs?
What command do you issue to delete a record in a transient data queue ?
What is quasi rentrancy concept in CICS?
What is the most common way of building queue-id of a TSQ? (Name the constituents of the Queue ID).
Name at least one of the ways by which a transaction can be terminated?