Keyboard Shortcuts
Likes
Search
Re: eqqdelds
开云体育Rene, I totally agree – as with many things – there are MANY ways to reach the end goal – IEFBR14 of course, really is only a few instructions – to clear some registers and return – (there are many stories of apars against IEFBR14 over the years) So, running IEFBR14 is actually only using the Interpreter portion of JCL processing.?? (and of course the step initialization and termination) ? There are even some places where we attempt to structure jobs to COMBINE steps – due to the high overhead of each step – (when there are situations that include hundreds or thousands of steps – this can be a big deal) – ? ?
-J- ? Jeff Bassett (301) 424-3362 (office) (240) 388-7148 Cell ? Time spent flying? - is NOT deducted from one’s lifespan ? From: [email protected] <[email protected]>
On Behalf Of Rene BRANDT via groups.io
Sent: Thursday, October 31, 2024 5:53 PM To: [email protected] Subject: Re: [H390-MVS] eqqdelds ? If the file doesn't exist you have to give the space parameter Le jeudi 31 octobre 2024 à 22:39:19 UTC+1, Rene BRANDT via groups.io <rbr146@...> a écrit : ? ? Hi, Le jeudi 31 octobre 2024 à 22:22:23 UTC+1, Jeff Bassett <bassettj@...> a écrit : ? ? Rene, Yes, that program is part of a LICENSED PROGRAM (Tivoli Workload Scheduler) – I STRONGLY suggest you ignore a program that may or may not be available in the TK5 environment - and code either IEFBR14, ?IDCAMS or IEHPROGM Using supplied utilities – OR – as Jose states, you certainly can ROLL your OWN - ? ? IEFBR14 will of course FAIL if the data set is not there to delete – quick and dirty ? IDCAMS will deal with catalogs – and is more robust and you can check and set the MAX return code - ? Old tricks – on ANY job that is going to create new data sets – simply add a IDCAMS step prior to the create step to delete – this will insure you will not fail for duplicate data sets.? – set the MAXRC and check the Return code – if required – or set MAXRC to zero and go on to the next step. ? Or – there may be reason to rename the existing data set if it exists -? IDCAMS can handle that too - ? Coding JCL is a learning experience – and will become second nature if you do it enough ? ? -J- ? Jeff Bassett (301) 424-3362 (office) (240) 388-7148 Cell ? Time spent flying? - isNOT deducted from one’s lifespan ? From:
[email protected] <[email protected]>On Behalf Of
jose via groups.io ? I think You can build a utility to create a job that delete files,.with cobol,. Utility examine jcl syntaxis. On control-m exist a utility to delete.files. ? El jue., 31 de octubre de 2024 4:58 a. m., rvjansen@... via <rvjansen=[email protected]> escribió:
|