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 |
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
When and how can we use index & subscript ?
how to convert vsam table into DB2 table?
Describe the difference between subscripting and indexing ?
what are the control characters used in reports
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
What is link edit in cobol?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?