WHAT IS SOC3?HOW IT CAN BE RESOLVED?
Answer / nav
SC03: An attempt was made to make the EXECUTE machine
instruction the target of an EXECUTE instruction, which is
not allowed. This abend is sometimes used intentionally
as a "poor man's user abend" (e.g., 'EX R1,*').
Resolution: Correct the program logic error and resubmit
the job.
| Is This Answer Correct ? | 0 Yes | 10 No |
What is SET TO TRUE all about, anyway?
How to retrive the 9th records out of ten records using the cobol program ?
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
What is the Importance of GLOBAL clause According to new standards of COBOL?
How many bytes S(8) comp field occupy and its maximum value?
What is the LINKAGE SECTION used for?
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
What is the LINKAGE SECTION used in COBOL?
Write a program to explain size error.
what is the advantage of using redefines instead of delaring the variables ?
hw to create 3 dimensional array & hw to access it?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?