Can we move X(9) to 9(9). If yes what are the ways for
doing this?
Answer Posted / nidhi
The NUMVAL function returns the numeric value represented by the
alphanumeric character string specified in an argument. The function
strips away any leading or trailing blanks in the string, producing a
numeric value that can be used in an arithmetic expression.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
How to print 10 to 1 if the input have only 10 digit number?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the different rules for performing sort operation?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how to move the records from file to array table. give with code example
What are literals?
Write a cobol program making use of the redefine clause.
Can a Search can be done on a table with or without Index?
Name some of the examples of COBOl 11?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How to know whether the module is dynamical or statistical?
How do u write test cases?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?