Answer Posted / 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 |
Post New Answer View All Answers
What rules are followed by the search verb.
What is a scope terminator give example?
what happens if parmparameter passes zero bytes to the program
What is link edit in cobol?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between binary search and sequential search?
What the difference is between continue and next sentence?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Why would you use find and get rather than to obtain?
Can you please let me know the centre name of INS certification in Kolkata.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
In COBOL, what is the different between index and subscript?
Write down the divisions of cobol program?
Explain what you understand by passing by value.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?