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
List out all the tables that are a part of cics ?
Define ceci?
Explain the different system tables used in cics?
Name the cics command used to access current date and time?
What is the term conversational programs means?
Explain how do you establish a starting position in a browse operation?
Mention one alternative aspect of CICS?
Explain the cics command that is used for reading a record from the tdq?
What does the 'cemt:cics' transactions do?
Explain the usage of language in the ppt entry?
Can you define aica abend?
What is the common work area?
Can you explain dfheiblk?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What are the classifications of the cics program?