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

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.

1990


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?

651


Explain the job statement in jcl?

653


How to override loadlib?

1432


Explain the function of job statement in jcl?

654






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

693


Differentiate between the joblib and the steplib statements?

862


In job processing, what happens in execution stage?

702


How to do automated restart when a job abend?

791


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

865


How does jcl act on a cobol code?

659


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2069


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

823


In job processing, what happens in conversion stage?

745


which parameter is use to declare the name of dataset in dd statement?

739