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 |
Into what fields will the date and time values be moved after execution of the above command?
What CICS facilities can you use to save data between the transactions?
how to get 'time stamp' in cics prgms ,what is the syntax.
Name at least one of the ways by which a transaction can be terminated?
Which of the following are recoverable CICS resources?
What is multitasking and multithreading?
What is the common systems area?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
What are the CICS commands associated with transient data queue processing?
What is the comaera?
Explain the mdt in cics?
Can any one write coding for scrolling logic or page up & page down?