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 common cics service programs and explain their usage?
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
what are the commands used to gain exclusive control over a resource?
When you do a START, what will the value of EIBCALEN?
when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?
Explain re-entrancy as applies to CICS.
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
If no exception handling is provided in the program, what will happen ?
What is the size of commarea
What is a logical message in CICS?
Define an asra?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?