how to resolve soc-7 ? please tell me

Answer Posted / vinothkumar

Answer: To change the correct manipulating operation for
that suitable data type.

for ex:
move non-numeric value to numeric value, this is wrong.
so move the correct variable to the corresponding data type.

Wrong : MOVE 'ABCD' TO A.
where, 'A' is 10 & 'ABCD' is the alphabets.

Correct : MOVE 5 TO A.
MOVE 'ABCD' TO WS-MSG.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1579


Is it possible to left uncode disp?

711


What is the function of a dd statement?

702


What do you understand by the terms: joblib and steplib?

619


What is catelog procedure and how many catelog procedure to use in one job?

7437






what is a jcl?

685


what is DSN in JCL and what are the parameters to declare the DSN?

714


Is their any limit for data sets?

699


Which dd parameters are required?

686


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

809


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

846


a dd statement has 2 types of parameters. Name them?

643


What is notcat 2 - gs?

931


Can I share my data with other jobs? How?

663


What is Cataloged Procedures?

711