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 is the difference between structured cobol programming and object alternativelyiented cobol?
What are the pertinent COBOL commands?
What are different data types in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What guidelines should be followed to write a structured cobol prgm?
What are the access modes of START statement?
Differentiate between structured cobol programming and object-oriented cobol programming.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
what is search and searchall?what is the diffrence between them?give an best example?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Name the sections present in data division.
Write down the divisions of cobol program?
What is the problem of ordered sequential files access?
What is the difference between next sentence and continue in cobol programing language?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?