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 |
If Region=0k means What Happen?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
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 IEBGENER utility?
what is the job entry system used in your project?
How do you create a temporary dataset?
I have three files for one step i need to override the third file how to do that in jcl?
Explain the purpose of dd dummy statement?
Explain how can a jobs execution priority be modified?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE