how many bytes do SPPPP999 will store?
Answers were Sorted based on User's Feedback
Answer / rashmi
It will store 3 bytes. Because S, V and P are not counted
in determining the size of an item.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / beginner
it will take 7
becoz S wont take any sapce i guess..
so plz justify it...
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / sreeram
it will take 7 bytes. if you will the same with comp-3,
then it will take 4 bytes.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mfbreaker
i agree with the answr of sreeram.
It will take 7 bytes.And in the case of comp-3,
it will take 4 bytes
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rams
I agree with Rashmi and Ram G. 3 Bytes is the right answer as S,V,P are not counted in determining size
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / suputhru
good rashmini,
http://publib.boulder.ibm.com/infocenter/pdthelp/v1r1/index.jsp?topic=/com.ibm.entcobol.doc_3.4/rlddesym.htm
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you get the data to code the BMS macro?
What are the ways you can generate a copybook?
What is the difference between PIC 9.99 and 9v99?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
What care has to be taken to force program to execute above 16 Meg line?
what is difference between cobol and cobol/400
What is the reference modification.
01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?
how to pass 100 to s9(4) how r they inserted ?
How is sign stored in a COMP field ?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc