what is the difference between Normal vaiable and comp
variable.
Answer Posted / guest1
When you use COMNP Items, the internal storage stuctur of
the value is different. And also the storage occupied by a
COMP variable is less than the zoned variable [9(9)}.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Describe the cobol database components?
What is static and dynamic call in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Which mode is used to operate the sequential file?
What is amode(31)
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
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
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the various section in data division and briefly explain them.
What is rmode(any) ?
Which division and paragraphs are mandatory for a COBOL program?
How do u write test cases?
What is rmode(24)
i want a program using by if, evaluate , string, unstring, perform, occurs?