Datatype Conversion Scenario interview question in Cobol
Assume a Scenario:
You have an alphanumeric field X(10) that holds numeric data (but as characters), and you need to convert it to a numeric field 9(10).
In COBOL, the data types X(10) and 9(10) represent two different kinds of fields:X(10): A st...
chanikyamf.hashnode.dev2 min read