whn do i get soc7 abend while moving alphanumeric to
numeric or while moving numeric to aplhanumeric please
reply ASAP?
Answer Posted / adithya
SOC 7 ABEND WIL GET WHN WE PASS NON-NUMERIC TO NUMERIC DATA TYPE
IT IS NOT POSSIBLE TO PASS NUMERIC TO ALPHANUMERIC
Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
Explain how to differentiate call by context by comparing it to other calls?
Whats the difference between search & search ALL?
Which mode is used to operate the sequential file?
How do get the result of your program directly on your pc?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write a program to explain size error.
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?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Which is not true about evaluate statement
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do you reference the fixed block file formats from cobol programs
What is amode(31)
what is amode(24), amode(31), rmode(24) and rmode(any)?