What is a S0C4 error ?
Answers were Sorted based on User's Feedback
Answer / guest
Storage violation error - can be due to various reasons.
e.g.: READING a file that is not open, invalid address
referenced due to subscript error.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / sathya
S0C4
Storage related problem. Check your linkage section, table
definition, and FD section.
| Is This Answer Correct ? | 7 Yes | 0 No |
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
what is the use of temporary files?
What dd statement is used to supply the name of a dataset?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
What is job control language?
How to execute step2,step1, step3 if step1,2,3 are in order
Can we create VSAM file by using IEBGENER?
diff bw vsam and normal flat file?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?