What is the difference between structured cobol programming and object alternativelyiented cobol?
No Answer is Posted For this Question
Be the First to Post Answer
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
What is the difference between performing a SECTION and a PARAGRAPH?
if we have a 10 steps how to override the 4th step in jcl?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to define a array dynamically.....
what is soc7 abend?how u can trace it?
What are declaratives and what are their uses in cobol?
What are the differences bitween cobol and cobol-2?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
how do you reference the printer file formats from cobol programs
S9(5)V9(2) occupies how many bytes memory ?
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?