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
Mention the guidelines to write a structured cobol program?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How do you reference the following file formats from cobol programs?
Describe the cobol database components?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How you can read the file from bottom?
What rules are followed by the search verb.
how to access the file from prodution from changeman tool and to submit a file to production
i need a small 3d program using inline and outline.
Explain what you understand by passing by value.
Write the code to count the sum of n natural numbers.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is perform what is varying?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the different open modes available in cobol?