How do you reference the fixed block file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
what is internal sort and external sort ? which is preferable ?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
which generation language is cobol
how to refer the data field?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
how to crack cts interview apps? NOVEMBER 21 2010
period is missing in the cobol program which error we getting
What rules are followed by the search verb.
what is scope terminator
How do you compile cobol program..?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.