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

when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?

1 Answers   Hewitt,


What are options have been removed in COBOL 11?

1 Answers  


Write a program to concert an Indexed file into Sequential file?

1 Answers   Covansys,


can we use reference modification an arry.

1 Answers  


how to transfer the file from pc to mainframe??

2 Answers  






A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

0 Answers  


what is the coding difference between COBOL and CICS.

8 Answers   Cap Gemini,


What is a report item?

0 Answers  


i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me

4 Answers  


how we separate the cobol cics statements from cobol&cics programming?

1 Answers   Valtech,


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

0 Answers   Infosys,


Categories