how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
Answer Posted / rana
COMP1 and COMP2 are the Single precision (Full word - 4
bytes) and Double precision (Double word - 8 bytes)
respectively.
They don't contain the Picture Clause.
COMP-3 will contain 8 Bytes.
Is This Answer Correct ? | 30 Yes | 4 No |
Post New Answer View All Answers
What are different data types in cobol?
What is Pic 9v99 Indicates in COBOL?
Give some examples of command terminators?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
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 declaratives and what are their uses in cobol?
Describe the cobol database components?
Write some characteristics of cobol as means of business language.
Why did you choose to work with ibm mainframe cobol programming?
What is amode(31)
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what is s000 u4087 error? please give the all error codes in cobol,jcl.