Suppose i want to declare a binary comp fild of 7 byte .how
to write?
Answer Posted / ankit
hi i think you cannot declare binary comp of 7 bytes
exactly as the comp variable are fixed to half(2 bytes)
word,full word(4 bytes) and double word(8 bytes), so you
need to choose the paricular comp variable to use ok
correct me if i am wrong
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Write the code implementing the perform … varying.
Explain the configuration section of a cobol program with examples of syntax.
Describe the cobol database components?
What is the difference between binary search and sequential search?
Whats the difference between search & search ALL?
What type of SDLC u followed? Why?
what is search and searchall?what is the diffrence between them?give an best example?
What are the different data types in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is the use of outrecord?
What is the compute verb? How is it used?
In COBOL programming, what is PERFORM? What is VARYING?
What is inspect in cobol ?
What is the difference between Call and a Link?
For rewrite, why is it mandatory that file needs to be opened?