01 A pic 9(100) find record length of it
Answers were Sorted based on User's Feedback
Answer / khasim
Syntax error. Numeric will not allo 100. Max limit is 18.
| Is This Answer Correct ? | 26 Yes | 1 No |
Answer / sampoorna
syntax error.because it can't allow more than 18 digits.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ravikiran
in cobol a numeric datatype that is a(9) can not hold more
than 18 digits
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the Purpose of Pointer in the string?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
A table has two indexes defined. Which one will be used by the SEARCH?
which one is the best of com and com-3.using of real time ?
What is the difference between structured cobol programming and object alternativelyiented cobol?
if a file has 1000 recods how copy the records from 1 to 100 records using sort
wht is load module and object module ?
what is the advantage of using redefines instead of delaring the variables ?
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
Have you code any new programs in COBOL ? What is the functionality of the programs?
In EBCDIC, how would the number 1234 be stored?
what is the diff b/w select stsmt and cursor ?