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 |
can we write paragraph in area B .....
Why we should use cursor ?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
how to submit a jcl by cobol program. clear me with an example.
how do you reference the variable block file formats from cobol programs
In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
what is index and how to use two tables using index?
Is It Possible to Update or change in VIEW Mode?
Can we use redefine clause in occurs clause?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?