how to resolve the soc4 error?

Answers were Sorted based on User's Feedback



how to resolve the soc4 error?..

Answer / rangarao chitipothu

Storage violation error, can be due to various reasons.
---> Reading a file that is not opened.
---> invalid address reference due to subscript error.

Is This Answer Correct ?    11 Yes 0 No

how to resolve the soc4 error?..

Answer / satheesh

compile use list option and then select from the compile
listing offset of the record and then made change where you
done error and recompile

Is This Answer Correct ?    2 Yes 1 No

how to resolve the soc4 error?..

Answer / narendra

Storage violation error, can be due to various reasons.
---> Reading a file that is not opened.
---> invalid address reference due to subscript error.

Is This Answer Correct ?    0 Yes 0 No

how to resolve the soc4 error?..

Answer / satheesh

compile use list option and then select from the compile
listing offset of the record and then made change where you
done error and recompile

Is This Answer Correct ?    0 Yes 3 No

how to resolve the soc4 error?..

Answer / naga

soc4 is a data exception error, we trying to move the
(data) alphabetic to numeric data, exception happend, we
avoid this type of move operation.

Is This Answer Correct ?    3 Yes 28 No

Post New Answer

More JCL Interview Questions

JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?

4 Answers   HCL,


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

0 Answers   IBM,


How to send notification to multiple users through jcl???

8 Answers  


what is the meaning of 'sysin dd dummy'

3 Answers  


I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?

2 Answers   IBM,






What is the use of symbol // in jcl?

0 Answers  


Can we browse or edit the GDG dataset if it is a tape entry?

4 Answers  


how you can access an uncataloged dataset in a JCL?

0 Answers  


which utility is used to sort a file in jcl?

0 Answers   IBM,


how to concatenate datasets

5 Answers   EDS,


What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672

6 Answers  


How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?

1 Answers  


Categories