what is Reentrancy and Quasi-reentrancy?
Answer / sharpmainframe
QUASI RE ENTRANCY: IN MAINFRAME MORE THAN ONE TASK ACCESS
SAME PROGRAM BUT ONE TASK IS NOT DISTRUB TO OTHER IS CALLED
RE-ENTRANCY IN CICS WE CALLED IS QUASI REENTRANCY.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is ASKTIME, SUSPEND
can we display comp-3 variables. if we want to display what we have to do . give me one example
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
How to define a array dynamically.....
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
SIGN TRAILING SEPARATE field occupy ?
How to execute a set of JCL statements from a COBOL program?
)what is retrieve?
what is the maximum error code in mainframe
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
In an EVALUATE statement, can I give a complex condition on a when clause?