can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / vikash
we can declare.It will take total bytes based on formula=(n/2+1).
Thus, 9+9=18
Here n=18,
Thus number of bytes=18/2+1=10 bytes
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is link edit in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
In COBOL programming, what is PERFORM? What is VARYING?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Describe the cobol database components?
What is rmode(any) ?
how do you reference the variable unblock file formats from cobol programs
What are the various section in data division and briefly explain them.
what is the difference between COBOL2 AND COBOL390?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is amode(24)?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Have you used comp and comp-3 in your project? And how?
Mention the guidelines to write a structured cobol program?
What are the different types of condition in cobol and write their forms.