Cobol Question:
Download Job Interview Questions and Answers PDF
What does the IS NUMERIC clause establish?
Answer:
IS NUMERIC can be used on alphanumeric items, signed numeric & packed decimal items and unsigned numeric & packed decimal items. “IS NUMERIC” return TRUE if the item only consists of 0-9. However, if the item being tested is a signed item, then it may contain 0-9, + and -.
Download Cobol Interview Questions And Answers
PDF
Previous Question | Next Question |
How do you define a table/array in COBOL? | What are 77 levels used for? |