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
What are all the parms on the DLTSPLF command.Show us that and then we can help you.
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
Please find my command below
DLTSPLF FILE(AMDBP0RP) JOB(&CURUSR/QPRTJOB) + SPLNBR(*LAST)
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
Thank you all for the solutions