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 we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.

1 Answers   CTS,


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

0 Answers   Accenture,


Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.

12 Answers   CTS, Wipro,


how you read control card into array?

3 Answers   HCL,


What does the initialize statement do ?

2 Answers  






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

0 Answers  


can we use full outer join with cursors declared in cobol program?

2 Answers  


Write a cobol program making use of the redefine clause.

0 Answers  


What is the difference between copy and include in cobol?

1 Answers  


hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?

1 Answers   CGI,


Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.

2 Answers  


.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

2 Answers   Syntel,


Categories