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 |
which is the cics control program that provides communication services between user written application programs and terminals?
How is dynamic memory allocated within a CICS application program?
Which is the CICS control program which governs the flow of control among the CICS application
Can you define mapset?
How do you handle errors in CICS pgms ?
What is the procedure to read a statement from tsq?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Explain how do you establish a starting position in a browse operation?
suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?
1 Answers Bank Of America, Cap Gemini, IBM, RBS,
What is cics load command?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is the difference between pseudo-conversational and conversational?