How do you access storage outside your CICS program?
Answers were Sorted based on User's Feedback
Answer / anuj nagpal
Its not the ADDRESS command it is ASSIGN command, ADDRESS
command is used to access information in the CICS system
area. ASSIGN command is used to access system value outside
the application program.
e.g:- USERID, ABCODE
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / guest
thro' addressing convention.
that is the ADDRESS command in cics is used to address
storage outside ur cics program
| Is This Answer Correct ? | 0 Yes | 3 No |
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
Mention the content that is present inside a PPT ?
What are the cics tables?
What do you mean by CEMT?
What is ENQ, DEQ ?
Explain the significance of rdo?
What is the use of DSECT parameter in BMS?
What is the difference between pseudo-conversational and conversational?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
what is the differences between getting the system time with eibtime and asktime command?
What is the access method used by DB2?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?