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 |
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
Write some characteristics of cobol as means of business language.
what are decleratives in cobol?
period is missing in the cobol program which error we getting
what is internal sort and external sort ? which is preferable ?
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
Can the OCCURS clause be at the 01 level?
COMP-3 field occupy ?
Explain about Redefines cluse?
i want to enter the name 'pandu' into ur table how?