plz give the syntax for receive map and receive text cmds
in cics
Answer Posted / 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 |
Post New Answer View All Answers
Explain the maps in cics?
What is eib?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Explain how can you accomplish breakpoint in intertest?
Kindly specify the pic clause for the any bll cell type of data fields?
Mention the content that is present inside a PPT ?
What does the 'ceci:cics' transactions do?
What does the 'cedf:cics' transactions do?
What is the eib parameter?
name the command that is used to dump the main storage areas related to a task?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Explain how do you dynamically set the cursor position to a specific field?
Explain the cics command that is used for reading a record from the tdq?
how do you intitiate another transaction?
Why do we need integrated cics translator?