How to resolve SOC4 & SOC7 errors?
Answers were Sorted based on User's Feedback
Answer / suresh kumar
S0C7-- generally occurs when a non-numeric data moved to a
numeric data type and perform computation.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
The main reason for this error is that a variable is defined
with less characters and we are trying to move data which is
larger than the actual storage space.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / skychurch
S0C7 - possible errors: uninitialized field for computation.
- input record is null
Is This Answer Correct ? | 0 Yes | 2 No |
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
Name all the file-open modes
pic S9(4) results 3 bytes1 A) comp B) comp1 C) display D) comp3
what are the commands that frequently used in cl?
Explain eib?
Is mainframe an operating system?
GO TO stmt which of the following is not true A) GO TO stmt is not essential in the sense that it is possible to write programs without using GO TO B) The target of the GO TO stmt being a procedure name avoiding GO TO result in a program with no procedure name C) Indiscriminate use of GO TO stmt can make the control structure program substantially complex D) Too many GO TO stmts make a program difficult to understand
what is CCID in endevor, what it is its role?
How do you handle exceptions PL/1?
Name and explain the type of locks?
WHAT ARE THE RETRIVAL ORDER OF FILES IN RPG&sql?
what difference exists between control area and control interval?