Answer Posted / selvam a
Solution:
So4e - Duplicate utility id has been created. A job creats a
utility id during it's execution. The utility ID will not be
terminated even if the job abends. If the same job is
submitted again without terminating the duplicate utility id
then S04E error will occur.
You can terminate this utility id in two ways
1. by writing Utility termination step in your jcl (or)
2. In Tso Db2 --> select --> BMC Administrative Products for
DB2 --> catalog manager for db2 --> db2 commands --> utility
termination option
**but only a DB2 DBA will have access for the same.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
What is the difference between perform … with test after and perform … with test before?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
what is the use of outrecord?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
what are decleratives in cobol?
Explain what you understand by passing by value.
When is inspect verb is used in cobol?
What is a scope terminator give example?
What guidelines should be followed to write a structured cobol prgm?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between comp and comp-3?
Describe the cobol database components?
What is the default value(s) for an initialize and what keyword allows for an override of the default?