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
Brief description of inline procedure of jcl.
How is the record format of an output dataset specified?
what is the use of IEBGENER utility?
how can you check if a file is empty using jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How to pass data to a program that is coded in an exec statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What dd statement is used to supply the name of a dataset?
What do you know about jcl?
How can the attributes of one sms dataset be copied to another dataset?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Explain the function of dd name parameter with a 2 part structure; audit.report?
when can a job time-out occur? How to overcome that?