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 |
Can you define commarea?
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
Which of the following statements correctly describe the syntax of CICS command language?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
What is the difference between the XCTL and LINK commands?
Explain the various ways data can be passed between CICS programs.
define the field with ic in the bms map.
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
How many exceptional condition can be given in a HANDLE CONDITION?
Kindly specify the pic clause for the hhmmss type of data fields?