Suppose i have a Cobol field of 10 byte. it contains a
decimal sign.How to know where is the point location?

Answer Posted / chinmay

Suppose we have a amount
01 amt pic s9(5)v99
we denote the point location in v position

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What rules are followed by the search verb.

638


how to move the records from file to array table. give with code example

2221


What is an in line perform? When would you use it? Anything else you wish to say about it.

649


Which Search verb is equivalent to PERFORM…VARYING?

687


What is report-item in COBOL?

711






Have you used comp and comp-3 in your project? And how?

2009


how do you reference the printer file formats from cobol programs

667


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

686


how to convert the recors form vsam file to db2 table tru file aid

2763


how do you reference the esds vsam file formats from cobol programs

634


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5695


Name the sections present in data division.

701


) How do u handle errors in BMS macro?

1429


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

714


Name the divisions, which are available in a cobol program?

685