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

how to run batch program without jcl?

9996


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7040


What is job control language?

588


when does a dataset go uncataloged?

794


Is it possible to define dd statements as you want?

619






What is the maximum length of a single line of jcl?

799


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

948


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

640


How can the attributes of one sms dataset be copied to another dataset?

819


Give the syntax of job specifying jcl statement.

608


How is the record format of an output dataset specified?

716


What is the difference between run mode and addressing mode?

609


is there any way to execute more than one proc in the same exec statement at the same time..?

2080


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

739


what is the use of JCL?

641