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 are the various section in data division and briefly explain them.
example for sub strings ? and refernce modifications whit output pls
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
what is search and searchall?what is the diffrence between them?give an best example?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
i need a small 3d program using inline and outline.
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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
For rewrite, why is it mandatory that file needs to be opened?
How you can characterize tables in cobol?
Write the code implementing the perform … varying.
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.
How do we get current date from system with century in COBOL?