How can you rectify the SOC7 value

Showing Answers 1 - 6 of 6 Answers

karthikeyan

  • Nov 24th, 2007
 

This abend occurs when Input data set is unabale to read. so check the Input Dataset if it shows  CAUTION that   P '.'  is there in your Dataset  Dont Delete that CHEC FOR COMP-3 FIELD if there is in any field leave it as it is .if COMP field is not there then CHANGE  P'.' TO NULL.

for eg if COMP FIELD is NOT THERE
use the command

F P'.'  AND SEE THE VALUE FOR EG IF IT IS '05' THEN
C X'05' ' '

  Was this answer useful?  Yes

Data exception
Data field was un-initialized, or was initialized incorrectly.
Input data was incorrect.
Uncontrolled loop operated on decimal fields.
Record description did not match actual field lengths.
Fields in decimal arithmetic operation overlapped incorrectly.


COBOL causes
Runaway subscript.
Moving DISPLAY field or ZEROS to COMPUTATIONAL-3 fields at group level.
Incorrect definition of field (USAGE).
Incorrect definition of passed parameters in the linkage section. Wrong order,
incorrect lengths, or omitted or added items.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions