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
Kindly specify the pic clause for the any bll cell type of data fields?
Explain 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?
Can dynamic calls be used in CICS?
how do you fire a batch job from a cics txn ?
What is the comaera?
In a particular cics program, what is the procedure to allocate dynamic memory?
Explain the difference between pseudo-conversational and conversational?
Name the 3 common ways to create maps?
Define communication area?
What is the procedure to solve an ASRA ABEND?
What are the classifications of the cics program?
Define TCT.
How to define a vsam file in cics getting into cics to define a vsam file.
What is the use of mdt (modified data tag)?
What is the term conversational programs means?