can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answer Posted / ramlal
before decimal point value stored in 9byted decimal point
does not occupy any space after decimal point total value
occupies only 1byte totally 9+0+1=10bytes.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between external and global variables in COBOL?
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 difference between PIC 9.99 and PIC9v99?
How do you define a variable of comp-1 and comp-2?
What is cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how do you reference the printer file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the various section in data division and briefly explain them.
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that