What does the IS NUMERIC clause establish ?

Answers were Sorted based on User's Feedback



What does the IS NUMERIC clause establish ?..

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

What does the IS NUMERIC clause establish ?..

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

Post New Answer

More COBOL Interview Questions

What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  


diffrence between renames and redifnes with examples

3 Answers   IBM,


how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?

4 Answers   TCS,


can we use variable picture clause as xx.99 in cobol.

3 Answers  


How include time & date in the report generation in cobol programing?

2 Answers  






SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.

3 Answers   Lehman Brothers,


Difference between cobol and cobol-ii?

0 Answers  


Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?

3 Answers   Microsoft,


What is COMP SYNC?

3 Answers  


How many sections are there in data division in COBOL?

0 Answers   B-Ways TecnoSoft,


How to execute a set of JCL statements from a COBOL program?

2 Answers   Patni, Syntel,


Are you comfortable in cobol or jcl?

0 Answers  


Categories