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


Please Help Members By Posting Answers For Below Questions

Explain the maps in cics?

877


What is eib?

806


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?

842


Explain how can you accomplish breakpoint in intertest?

754


Kindly specify the pic clause for the any bll cell type of data fields?

908






Mention the content that is present inside a PPT ?

749


What does the 'ceci:cics' transactions do?

834


What does the 'cedf:cics' transactions do?

770


What is the eib parameter?

797


name the command that is used to dump the main storage areas related to a task?

831


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?

873


Explain how do you dynamically set the cursor position to a specific field?

799


Explain the cics command that is used for reading a record from the tdq?

729


how do you intitiate another transaction?

923


Why do we need integrated cics translator?

787