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 |
Explain the term Transaction routing?
Why do we need integrated cics translator?
Explain how do you delete item 3 in a five-item tsq?
Name the cics command that gives the length of twa area?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
how we change the vsam file name in cics rigion? anybody elobrate this?
How do you set the MDT option to ?ON? status, even if data is not entered?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
What other file control processing commands are used for file updating?
name the command that is used to dump the main storage areas related to a task?
Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).
What does it mean when EIBCALEN is equal to 1 and other values?