how to resolve the soc4 error?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which utility is used to sort a file in jcl?

750


Explain the purpose of dd * statement in jcl?

643


Is automatic restart possible in jcl?

740


Does jcl support automatic restart?

761


what is JCL?

698






what is use of dsn parameter in dd statement?

670


what JCL Procedures?

701


Explain how can values be passed from the job stream to an executable program?

626


What are the 2 types of parameters in dd statement?

652


How does the jcl specify the job to os?

696


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

1485


what is the resolution for sb37 error

7712


How can return codes be tested before execution of a job step?

924


State the uses of syspring, sysin, sort fields, sum fields and dummy.

654


what are the types of abends that occur on job failure? And explain the possible causes of these

1118