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

how to do automated restart when a job abends?

850


Can an individual step be restricted from using all the jobs allowed cpu time?

1009


Explain the function of the steplib dd statement?

646


what is JCL?

698


Explain dd statement in jcl?

642






What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1996


What is notcat 2 - gs?

934


Explain the function of the dd dcb keyword?

706


How to pass the parameter in parm using linkage section ? (syntax)?

651


What is the purpose of dd dummy statement?

942


What parameter of the job statement is used to limit the cpu time consumed by the job?

838


Explain the function of //jcllib statement?

704


What is job control language?

611


Explain in DD statement what is the use of DCB parameter?

656


What statement can be used to send data to another mvs jes3 node?

826