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 usage of language in the PPT entry?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
Once a transient data queue is read, can it be reread?
Explain cemt transaction commands?
Explain processing program table(ppt)?
Name three ways the Modified Data Tag can be set on?
Explain the difference between and exec cics xctl and exec cics start command?
Explain the primary function of the processing program table (ppt)?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
How do you establish a starting position in a browse operation?
Name some common CICS service programs and explain their usage?
What are the cics transactions?