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
how do you reference the variable block file formats from cobol programs
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Which is not true about evaluate statement
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is a scope terminator give example?
IF I mention stop run in CICS what happens?
Have you used comp and comp-3 in your project? And how?
What is redefines clause in COBOL?
Are you comfortable in cobol or jcl?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Write some characteristics of cobol as means of business language.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Write a program to explain size error.
how do you reference the rrds file formats from cobol programs
how do you reference the variable unblock file formats from cobol programs