What is the CICS command that is used to receive the un-
formatted data from the terminal?
Answers were Sorted based on User's Feedback
Answer / cheran pogu
EXEC CICS RECEIVE
INTO(DATA-AREA)
LENGTH(DATA-VALUE)
END-EXEC.
| Is This Answer Correct ? | 4 Yes | 1 No |
suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?
1 Answers Bank Of America, Cap Gemini, IBM, RBS,
Explain how do you dynamically set the cursor position to a specific field?
Can any one write coding for scrolling logic or page up & page down?
What is a Logical Unit of Work (LUW)?
Can dynamic calls be used in CICS?
what is the deadlock?
What is the syncpoint command?
What is the CICS command that is used to receive the un- formatted data from the terminal?
Translation Time is not reduced if the Pre-compilation is done first(True or False).
Explain how do you access storage outside your cics program?
An XCTL uses more CPU time than LINK (True or False)
Explain the exact situation, when to use CALL, XCTL and LINK?