What does S0C4 error mean?

Answer Posted / viren

SOC4 Exception Occured in my Program, When I tried to Write
into the File that was not opened.

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define concatenating?

635


In sms datasets, what is the function of the dd mgmtclas keyword?

833


what are the statements that are not valid to be included in an include statement?

739


if the submitter of a job wants to inform another user about the job completion, how can it be done?

725


A dd statement consists of 4 fields. Name them?

891






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

1005


What are some jcl statements that are not allowed in procedures?

691


What do you understand by the term notcat 2 – gs?

719


How do you submit a job for execution?

610


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

626


which utility is used to run a cobol-db2 program?

774


Explain the hierarchy levels in jcl?

1092


i want to store 20 digits . how will u do it in cobol ?

835


What is the motivation behind coding class parameter in job statement?

649


when can a job time-out occur? How to overcome that?

717