how to resolve the soc4 error?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the dd mgmtclas keyword in sms datasets?

743


Is their any set of rules for dd? Explain.

664


Explain the function of //jcllib statement?

708


Explain the function of dd disp parameter?

599


What are the parameters that are used in creating a gdg?

743






what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

659


how you can access an uncataloged dataset in a JCL?

656


define cond parameter in jcl?

779


write a jcl to execute a job by 7:00 am on jan 20,1986?

703


What do you understand by jcl?

632


Are there any set of rules for the names of the steps used in a job? What are they?

614


Does jcl support automatic restart?

763


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

823


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1043


a dd statement has 2 types of parameters. Name them?

654