Suppose i have a Cobol field of 10 byte. it contains a
decimal sign.How to know where is the point location?
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 |
Can we use icetool in cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what is the maximum error code in mainframe
Which mode is used to operate the sequential file?
What is the difference between Call and a Link?
In an EVALUTE statement is the order of the WHEN clauses significant?
Can we use goto statement in inline_perform ?
How can you add a particular field in copybook?
How many bytes S(8) comp field occupy and its maximum value?
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
In the JCL, how do you define the files referred to in a subroutine ?
SIGN TRAILING SEPARATE field occupy ?