how do you resolve for soc7 error

Answer Posted / santy

SOC7 abend occure due to the data exception or mostly due
to moving of non-numric data into numric data field.

we can resolve this correcting the data format.

Is This Answer Correct ?    34 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

823


What is concatenating?

622


What is the use of symbol // in jcl?

908


What is jcl in mainframe, and how many types of jcl statements are there for a job?

615


What is the function of dd disp parameter?

646






a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

602


Explain the function of the steplib dd statement?

621


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7065


write a jcl to execute a job by 7:00 am on jan 20,1986?

678


Explain the function of a dd statement?

645


how can you check if a file is empty using jcl?

796


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

2038


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

809


what happens in conversion stage in job processing?

709


what is the use of IEBGENER utility?

642