What does S0C4 error mean?

Answer Posted / guest

This error is faced when we execute the COBOL program. The
main reason for this error is that a variable is defined
with less characters and we are trying to move data which is
larger than the actual storage space.

Is This Answer Correct ?    39 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

2199


Explain the jcl exec statement?

860


What is the purpose of dd?

946


Explain the purpose of the dd keylen parameter?

864


what happens in execution stage in job processing?

824


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

1061


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

2178


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

1045


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

770


What is the purpose of the dd keylen parameter?

912


Explain about LMFREE�free data set from its association with data ID

1277


How can an in-stream dataset be terminated?

1047


Is their any set of rules for dd? Explain.

845


Is condition checking possible in jcl?

933


What parameter of the job statement is used to limit the cpu time consumed by the job?

1017