What are the pertinent COBOL
what is the default print format? in cobol
i want a program using by if, evaluate , string, unstring, perform, occurs?
Difference between cobol and cobol-ii?
how to check whether the open command of a sequential file is successful? or not?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
what is subscript in cobol?give realtime example?
What are various search techniques in cobol? Explain.
What is the difference between write & move in COBOL?
i want to enter the name 'pandu' into ur table how?
wht is packed decimal in cobol
What is the difference between Call and a Link?