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
What kind of error is trapped by on size error option?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what are decleratives in cobol?
Write some characteristics of cobol as means of business language.
How do define dynamic array in cobol.
What are literals?
What are the rules of the move verb?
Can a Search can be done on a table with or without Index?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is rmode(24)
Why occurs cannot be used in 01 level in COBOL?
Why would you use find and get rather than to obtain?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how do you reference the variable block file formats from cobol programs