What is the CICS command that is used to receive the un-
formatted data from the terminal?
Answer Posted / cheran pogu
EXEC CICS RECEIVE
INTO(DATA-AREA)
LENGTH(DATA-VALUE)
END-EXEC.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
which is the cics control program that provides communication services between user written application programs and terminals?
What is the difference between pct and fct?
Explain the function of the terminal control table?
Define floating maps with illustration?
Can you define bms?
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?
List out all the tables that are a part of cics ?
What is the difference between a return with transid and xctl?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What is the tcp in the cisc?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What is bms map?
Explain the difference between using the read command with into option and set option?
What is the term bms in cics?
Explain how do you access the records randomly in tsq?