db2 variable decimal(15,2) what is the equalent size of
cobol variable
Answer Posted / ch.mohan
9(13)v9(2)
Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
Write the code to count the sum of n natural numbers.
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 is an in line perform? When would you use it? Anything else you wish to say about it.
how do you reference the variable block file formats from cobol programs
Write down the divisions of cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Which mode is used to operate the sequential file?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between external and global variables 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?
what is search and searchall?what is the diffrence between them?give an best example?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Can we redefine the field of x(200) to less than 200?