Answer Posted / smijo
incase u redefine X(9) to 9(9).. and if value of x(9) is 'AAAAA' , then if you display the redefined numeric variable it will also show 'AAAAA'. so to check the numeric variable actually contains numeric data like 9999 you can use IS NUMERIC.
if X(9) contains 999999999 then ur if variable is numeric will be true
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
Are you comfortable in cobol or jcl?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Explain what you understand by passing by value.
Which is not true about evaluate statement
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is report-item in COBOL?
What do you understand by psb and acb?
Why did you choose to work with ibm mainframe cobol programming?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is the use of outrecord?
What are the different data types in cobol?
What are the access modes of START statement?
How do define dynamic array in cobol.