75 pts.
 CPF3343
When I execute DLTSPLF command,I am getting an error CPF3343- Duplicate Job Names found and also it happens only for one USER .For rest of us, it works perfectly.Can you please help me in reolving this issue

Software/Hardware used:
ASKED: October 30, 2012  12:49 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. assa   75 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

What are all the parms on the DLTSPLF command.Show us that and then we can help you.

 32,785 pts.

 

There are duplicate job names. You didn’t specify a unique name on the command, so the command doesn’t know which job has the spooled file that you want to delete. The rest of the message tells you that the duplicate job names have been listed for you. — Tom

 107,735 pts.

 

Please find my command below
DLTSPLF FILE(AMDBP0RP) JOB(&CURUSR/QPRTJOB) +                          SPLNBR(*LAST)

 75 pts.

 

JOB(&CURUSR/QPRTJOB)
 
You need to add a job number for this user. This user appears to be one of the few (or only) users on your system who has two or more QPRTJOB jobs.
 
There are a couple reasons why multiple QPRTJOB jobs can be created for a user. You might search for [ QPRTJOB site:ibm.com ] in a Google search to review numerous IBM documents on what QPRTJOB is, why spooled files get created under them, how to handle them, PTFs for them and other possible details. The Information Center for your OS release gives basic info.
 
Tom

 107,735 pts.

 

Thank you all for the solutions

 75 pts.