What is the difference between a package and a plan. How
does one bind 2 versions of a CICS
Answer / mani
a package is a collection of DBRMs and a plan is a colletion
of DBRMs and packages.
A plan is an executable module and a package is not.
Pakcage has to be bound to a plan for it to get executed.
Regarding the second part i.e binding two versions of cics
is not clear please elaborate on it.
| Is This Answer Correct ? | 2 Yes | 2 No |
Which CICS service transaction is used to gain accessibility to CICS control tables?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
Particular area has been affected in cics screen, what is the process to find?
What is the cics command level?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
What is BMS?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
How do you set the MDT option to ?ON? status, even if data is not entered?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM