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 |
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
What are the main uses of the transaction in the cics?
How do you invoke other programs? What are the pros and cons of each method?
plz tell me abt PF key and PA keys
what are the differences between and exec cics xctl and an exec cics link command?
Which is the EIB field that gives the date when a task was started?
i would like to practise some programs in code some cics programs plz send the programs
what is amp?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
if we want to add new column in the db2 table.How can add in the copybook?
What does the BUFFER option in RECEIVE mean ?