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 does IDMS communicate with CICS?
What is the compute verb? How is it used?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
What are subroutines ? and how do we pass data to the sub routines?
what is the default print format? in cobol
What are the different rules to perform a Search?
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
What is the difference between structured cobol programming and object alternativelyiented cobol?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
Whats the difference between search & search ALL?
explain sorting techniques in cobol program?