How To Separate The Numerics From An Alphanumric Data Item
Which Contains Both Alphabates And Numerics ?
Answer Posted / harsha
Use COBOL program and check byte by byte.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Are you comfortable in cobol or jcl?
what is search and searchall?what is the diffrence between them?give an best example?
A table has two indexes defined. Which one will be used by the SEARCH?
Can we redefine the field of x(200) to less than 200?
) how do u code after getting data?
Name the divisions, which are available in a cobol program?
What is a scope terminator give example?
What is the usage of comp fields in cobol?
What is the difference between external and global variables in COBOL?
Difference between array and sub-script ?
How do you reference the fixed block file formats from cobol programs
Write the code to count the sum of n natural numbers.
What is the use of intialize verb?
how do you reference the printer file formats from cobol programs