how we rectify soc7 and soc4 errors in project?

Answer Posted / ravi paradkar

SOC4 means address exception

when we are trying to move a value into a variable which is having more length than defined

SOC7 - Data Exception.

eg: when we try to move a non-numeric data into a numeric data item.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rmode(any) ?

688


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

714


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?

6840


What is an in line perform? When would you use it? Anything else you wish to say about it.

649


What is a SSRANGE and NOSSRANGE?

826






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

636


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

2661


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1525


What is the LINKAGE SECTION used in COBOL?

895


How to know whether the module is dynamical or statistical?

660


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2124


what happens if parmparameter passes zero bytes to the program

1669


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17062


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10643


What is a scope terminator give example?

659