how to resolve the soc4 error?

Answer Posted / naga

soc4 is a data exception error, we trying to move the
(data) alphabetic to numeric data, exception happend, we
avoid this type of move operation.

Is This Answer Correct ?    3 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1953


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

786


What are the 2 types of parameters in dd statement?

652


How can unused space allocation be returned to the system when a dataset is closed?

812


how can you check if a file is empty using jcl?

816






What parameters can be used to limit the number of records written to a sysout dataset?

750


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

816


How dummy is used in jcl?

647


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

1039


What is use of restart and how to use it?

770


What does a disposition of (new,catlg,keep) for a dsn mean?

617


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1616


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

705


Explain the function of //jcllib statement?

708


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5062