Answer Posted / kingmanish
SOC4 is data exception when you try to access undefined
memory location or exceed arrays etc.
It is a system abend to tell you that there is something
fundamentally wrong with your software.
So instead of handling it we should be looking into the
problem and try to fix it
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
What is jcl in mainframe?
Are there any set of rules for the names of the steps used in a job? What are they?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
i want to store 20 digits . how will u do it in cobol ?
What is concatenating?
how do you access an uncataloged dataset in a jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
which parameter is use to declare the name of dataset in dd statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Why block size is multiple of lrecl in jcl?
define cond parameter in jcl?
what are the statements that are not valid to be included in an include statement?