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 do the keywords MAPONLY and DATAONLY mean?
what is amp?
How can you use dynamic calls in cics?
Define communication area?
Can you simply check if length = 0 for checking if a field was modified?
What is the access method used by DB2?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
What is the common work area (CWA)?
What is CEDF?
cics command level is?
What is program reentrance?
how do you handle errors in cics programs?