IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Time spend in delete files


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
elmister

New User


Joined: 27 Nov 2005
Posts: 14

PostPosted: Tue Dec 12, 2006 11:00 pm
Reply with quote

Hi, i have the following step in a jcl. The files dont exist, but the step spent 2 minutes in execute this step. Somebody can give me any explanation?, because i dont understand how an simple delete spend a lot time.

//STEP010 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
DELETE %%HLQ.BAT1SBAS.BACKMAE1.D%%ODATE
DELETE %%HLQ.BAT1SBAS.CTLQMAE1.D%%ODATE
DELETE %%HLQ.BAT1SB30.MAEAUXC1.D%%ODATE
DELETE %%HLQ.BAT1SBAS.MAEAUXCC.D%%ODATE
DELETE %%HLQ.BAT1SBAS.ACCRFILE.D%%ODATE
DELETE %%HLQ.BAT1SB90.BACKMAE1.BACKUP.D%%ODATE
DELETE %%HLQ.BAT1SB90.MAEAUXC1.BACKUP.D%%ODATE
DELETE %%HLQ.BAT1SB90.CTLQMAE1.BACKUP.D%%ODATE
DELETE %%HLQ.BAT1SB90.MAEAUXCC.BACKUP.D%%ODATE
DELETE %%HLQ.BAT1SB90.ACCRFILE.BACKUP.D%%ODATE
IF MAXCC=8 THEN SET MAXCC=0


This was the job log for this step.
-- TIMINGS (MINS.)--
JOBNAME STEPNAME RC EXCP CONN TCB SRB CLOCK SERV
PAC0D190 STEP010 00 10 3 .00 .00 .0 191

Thanks very much.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Dec 13, 2006 4:15 am
Reply with quote

Hello,

My guess is that it spent all of the time searching the catalog. While they did not exist, that they did not exist had to be "discovered".
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 5
No new posts DELETE SPUFI DB2 1
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
Search our Forums:

Back to Top