without performing any operations on a file how can i know
whether it contains data or not
Answer Posted / 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 ? | 1 Yes | 2 No |
Post New Answer View All Answers
Whats the difference between search & search ALL?
what is difference between cobol and cobol/400
When is inspect verb is used in cobol?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how do you reference the variable block file formats from cobol programs
How you can characterize tables in cobol?
What is the difference between external and global variables in COBOL?
What is amode(31)
How do define dynamic array in cobol.
What are the rules of the move verb?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the Purpose of POINTER Phrase in STRING command in COBOL?