can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / paddu
Yes,we can declare.s9(9)v9(9) will occupy 18 bytes. the
maximum bytes are in any comp field item is 18bytes.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is the use of outrecord?
how to access the file from prodution from changeman tool and to submit a file to production
Explain what you understand by passing by value.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how do you reference the printer file formats from cobol programs
explain sorting techniques in cobol program?
In which area will you utilize 88 level items in cobol?
How do define dynamic array in cobol.
What is the utilization of copybook in cobol?
What are the different open modes available in cobol?
What is the difference between external and global variables in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write a program that uses move corresponding.