soc-7 is a bad data,invalid data.
when ever we are moving the alphabets in the position of
numeric then we got this abend. so my question is if
o1 ws-data pic 9(1) value passing the alphabet some x. then
we got soc-7 or not? i want clarification ?

Answer Posted / mridul

Hi all,
i think we will not get SOC 7, but we will get error while
moving alphabetic value to numeric field.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the access modes of START statement?

813


what is amode(24), amode(31), rmode(24) and rmode(any)?

789


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

806


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2061


How do get the result of your program directly on your pc?

1965






How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2215


What is the difference between goback, stop run and exit program in cobol?

1083


What is the difference between a binary search and a sequential search what are the pertinent cobol?

823


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2447


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

797


Are you comfortable in cobol or jcl?

717


how do you reference the ksds vsam file formats from cobol programs

751


What is the usage of comp fields in cobol?

753


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

835


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8962