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?

854


Can we use DISP=SHR in output file in JCL

953


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

799


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

750


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485






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

654


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

826


I need exexution process for JCL programs

1852


What is Cataloged Procedures?

715


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

657


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1752


what is the purpose of coding notify parameter in job statement?

686


What is the maximum length of a single line of jcl?

829


Which statement is used to identify the private libraries in job?

678


What is the function of //jcllib statement?

810