Answer Posted / neeraj
comp,comp-4 both are same used for the binary
representation of the data fields.
Size of memory allocated will be based on
If 1-4 2 bytes
5-9 4 bytes
10-18 8 bytes
Pic clause is attached with COMP data types
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
How do you reference the following file formats from cobol programs?
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
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?
What are 77 levels used for?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the rrds file formats from cobol programs
State the various causes of s0c1, s0c5 and s0c7.
how do you reference the fixed unblock file formats from cobol programs
What is the problem of ordered sequential files access?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Why occurs cannot be used in 01 level in COBOL?
How arrays can be defined in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?