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 |
Explain the uses that are associated to tsq and tdq ?
What is the primary function of the Sign-on Table?
What are the common tables in cics and their usage?
What is a mapset?
What is an MDT (Modified Data Tag) - it's meaning and use?
Can you explain cics transaction gateway?
How to handle exceptional conditions in cics?
What is ENQ?
What is the command that is used to add a new record to the file?
What are the CICS commands associated with temporary storage queue processing?
How do you execute a background CICS transaction ?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?