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



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

Answer / 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

More COBOL Interview Questions

Write a program that uses move corresponding.

0 Answers  


What are options have been removed in COBOL 11?

1 Answers  


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


how can we find total no of records in a file ....is there any utility......?

3 Answers   IBM,


Give some advantages of REDEFINES clause?

2 Answers   Syntel,






what is the use of keep and pass in disp

1 Answers  


How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".

3 Answers  


I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please

2 Answers  


What is the Importance of GLOBAL clause According to new standards of COBOL?

2 Answers   Infosys,


wht r the advantages of 77 level number ?

8 Answers   TCS,


What is the difference between working storage copybook and linkage section copybook?

5 Answers   TCS,


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


Categories