What is the primary aspect of CICS?
No Answer is Posted For this Question
Be the First to Post Answer
What is the command used for receiving a map from a terminal?
How to dsect parameter is used in bms?
Which of the following are recoverable CICS resources?
How many ways to share information between different CICS programs?
Explain the system transid cemt?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
What is interval control?
What are the cics tables?
Explain the cics command that is used for reading a record from the tdq?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
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?
What is program reentrance?