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 would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
What is an explicit scope terminator?
What the difference is between continue and next sentence?
how to crack cts interview apps? NOVEMBER 21 2010
What are the different open modes available in cobol?
level number 77 is used to define a)group data b)elementary data c)redefine d)none
write a program to eliminate duplicate records in a input file and send them to output file.
what is subscript in cobol?give realtime example?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
can we declare occurs in 01 level?
what are the working storage fields in BMS macro?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.