Datatype Conversion Scenario interview question in Cobol
Feb 6, 2025 路 2 min read 路 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...
Join discussion













