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 difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
How do you initiate another transaction?
why we code ACCUM parameter in cics send time
In which table would you make an entry for a BMS map?
Explain the significance of rdo?
What is the pic clause for the any bll cell type of data fields?
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?
What is Quasi-reentrancy?
How would you resolve an ASRA abend?
what is quasi-reentrant program?
What are the types of processes to create a map in cics?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored