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
What is the pic clause for the data type of length option field type of data fields?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
Give certain situations where NEWCOPY is obligatory?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
what are transient data sets defined to cics?
Can you define aica abend?
If we wish to create bms executable, what are the basic steps that the user has to go through?
What are some of the cics commands associated with interval control?
How is Telon(CA-Telon) used to build map?
Can you define bms?
Highlight the difference between a symbolic map and physical map?
hi,what is the module? how many modules in mainframe based banking projects
Explain how do you intitiate another transaction?
Can you explain multitasking and multithreading?
What is task control?