whats SOC7?

Answer Posted / rajkumar

Soc7 is an ERROR it comes when moving of values to one
datatype to another datatype.
example 01 var1 pic x(10)
01 var2 pic a(10)
if var1 = 100
move var1 to var2
then SOC7

Is This Answer Correct ?    19 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parameter we cannot use in procedure?

640


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

1006


How do you access an uncatalogued dataset in a jcl?

729


How jcl is used for testing batch programs?

721


Explain the function of the steplib dd statement?

647






Is it possible to left uncode disp?

713


What is NOTCAT ?

741


What is Cataloged Procedures?

715


Explain how can the submitting users racf authority be overridden in a job stream?

672


What is the difference between the positional and keyword parameters? Give examples.

713


List the different components of jcl statement?

697


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1733


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

612


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

654


For what purpose steplib and joblib are used ?

688