Answer Posted / shital
By using pic clause.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How arrays can be defined in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to remove 2 duplicate records and copy only one using job control language?
What is difference between static and dynamic call in cobol?
how do you reference the esds vsam file formats from cobol programs
Name some of the examples of COBOl 11?
How many sections are there in data division in COBOL?
Whats the difference between search & search ALL?
What is the utilization of copybook in cobol?
Explain how to differentiate call by context by comparing it to other calls?
When is inspect verb is used in cobol?
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
What is the Purpose of Pointer in the string?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?