How do you access storage outside your CICS program?
Answer Posted / 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 |
Post New Answer View All Answers
What is non-conventional programs?
what are the reserved words for cics?
What is a transid?
define the field with ic in the bms map.
Explain how do you delete item 3 in a five-item tsq?
Can you define mdt?
What is the comaera (communication area)?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
Name the command used for terminating a browse operation?
Can you define cemt?
Explain how do you terminate an already issued delay command?
How vsam files are read in cics pgms?
What are some of the cics commands associated with interval control?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Name some translator and compile options and explain their meaning?