Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ?
Thanks
krishna chaitanya
Answer Posted / chaitu215
Memory related
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how to move the records from file to array table. give with code example
What is rmode(any) ?
what is the difference between COBOL2 AND COBOL390?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Name the sections present in data division.
Write a cobol program making use of the redefine clause.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Can a Search can be done on a table with or without Index?
Explain about different table spaces.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
What is static and dynamic call in cobol?