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

List out all the tables that are a part of cics ?

660


Define ceci?

694


Explain the different system tables used in cics?

631


Name the cics command used to access current date and time?

672


What is the term conversational programs means?

656






Explain how do you establish a starting position in a browse operation?

665


Mention one alternative aspect of CICS?

728


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

642


What does the 'cemt:cics' transactions do?

725


Explain the usage of language in the ppt entry?

655


Can you define aica abend?

767


What is the common work area?

630


Can you explain dfheiblk?

742


when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?

784


What are the classifications of the cics program?

737