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 start and xctl?
What are the terms cics generally means?
Explain the thress bms options?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
The read of a record from an Intrapartition TDQ is not destructive(True or False).
How do you place the cursor on a particular position on the screen?
Can you explain cics transaction gateway?
What are the cics transactions?
Explain the significance of rdo?
After execute the map, What will happen ? Give breif Description
Explain how do you control cursor positioning?