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 difference between using the read command with into option and set option?
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
How do you use extended attributes ?
Define ceci?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
What is the common work area?
plz give the syntax for receive map and receive text cmds in cics
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
Explain processing program table(ppt)?
What is the COMMAREA(communications area)?