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 |
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
What is a cics task?
when will be use the tdq and tsq??
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
What is the difference between CICS Program Control Table (PCT) and CICS Processing Program Table (PPT) ?
Can you define attribute byte?
What is the general Command format of CICS ?
What is the usage of language in the PPT entry?
Once a transient data queue is read, can it be reread?
Define transient data?
What are the cics commands associated with task control?