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 |
When there are 2 records with the same key specified in a DELETE operation what will happen?
Can dynamic calls be used in CICS?
what is eib, how is can be used?
how do you fire a batch job from a cics txn ?
plz give the syntax for receive map and receive text cmds in cics
What is the main function of the sign-on table?
Which commend used for terminating a browser operation?
If we say that bms length of field = 0, then what does that mean?
What is the command used for receiving a map from a terminal?
Explain 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?
What are the CICS commands associated with temporary storage queue processing?
What is the pcp in the cics?