can we declare s9(9)v9(9) in cobol ? if yes how many bytes
it will occupy ?(urgent plz answer it)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
What is SSRANGE, NOSSRANGE ?
What are the pertinent COBOL commands?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
how to crack cts interview apps? NOVEMBER 21 2010
What is link edit in cobol?
In an EVALUTE statement is the order of the WHEN clauses significant?
Can the OCCURS clause be at the 01 level?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
can we use 77 level no for Redefines?if we use give an example?
Difference between array and sub-script ?
What is the meaning of 'TALLING' verb in cobol?