what is the default print format? in cobol
Answers were Sorted based on User's Feedback
Answer / ashok
in cobol defalt print formate is spacess only. eaither
numaric or alphanumaric or chater also
| Is This Answer Correct ? | 5 Yes | 2 No |
What is the difference between Call and a Link?
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is the diff b/w select stsmt and cursor ?
) how do u code after getting data?
What is 77 level used for ?
What is file status 39 ?
how you read control card into array?
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.
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
COMP field occupy ?
How many maximum number of procedures can we write in one COBOL program?
can we declare occurs in 01 level?