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 |
For protecting a transaction using the transaction security function, the two things that must be done are?
What is the CICS command that is used to receive the un- formatted data from the terminal?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
What is the difference between a PF key & a PA key ?
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
what are the differences between and exec cics xctl and an exec cics link command?
where we can declare the files in fct and pct and ppt and rct pls give clear structure
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?
Can you explain cics transaction gateway?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
What is meant by program reentrance?