What does the IS NUMERIC clause establish ?
Answers were Sorted based on User's Feedback
Answer / jana.gadi
IS NUMERIC CLAUSE is used to test wheather the given
identifier is numeric or not
| Is This Answer Correct ? | 28 Yes | 0 No |
Answer / 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 |
File status must be checked both while opening and reading the file or only while reading the file?
What are 77 levels used for?
what is difference between cobol and cobol/400
What is file status 92?
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
When and how can we use index & subscript ?
How you can delete a record from a ps file in cobol?
Should I use STOP RUN in the sub program??why?
What are the rules of the move verb?
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
can we declare occurs in 01 level?
where will we code call by content and call by reference dude pls reply soon ?