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
State the various causes of s0c1, s0c5 and s0c7.
Which mode is used to operate the sequential file?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the difference between structured cobol programming and object alternativelyiented cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is a report item?
What is the difference between external and global variables in COBOL?
Give some examples of command terminators?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how do you reference the rrds file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the cobol coding sheets?
Are you comfortable in cobol or jcl?
What is a scope terminator give example?