whn do i get soc7 abend while moving alphanumeric to
numeric or while moving numeric to aplhanumeric please
reply ASAP?
Answer Posted / y.prasanthi
When we provide invalid data i.e, alphanumeric to numeric
bcz alphanumeric contains characters also but numeric
contains only numbers.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
How do define dynamic array in cobol.
Write the code implementing the perform … varying.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Write a program to explain size error.
What are the access modes of START statement?
Mention the guidelines to write a structured cobol program?
What are various search techniques in cobol? Explain.
Define cobol?
What is a SSRANGE and NOSSRANGE?
What is amode(24)?
what are decleratives in cobol?
What the difference is between continue and next sentence?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this