Re: CMS file date

2010-08-18 Thread Berry van Sleeuwen
There is also a setdate on http://www.vm.ibm.com/download/packages/descript.cgi?SETDATE. Op 18-08-10 00:56, Ron Schmiedge schreef: There is also the SETDATE EXEC which comes with your VM system. It is on MAINT 3B2 as SETDATE SAMPEXEC and SETDATE SAMPHELP (the HELPCMS file). Been there for a

Re: CMS file date

2010-08-18 Thread gclovis
: | | --| |CMS file date

CMS file date

2010-08-17 Thread Mark Pace
Can I manipulate the date of a CMS file? I want to test a program that deletes files older than a certain date. In linux I can use *touch* to set the date to whatever I choose. -- Mark D Pace Senior Systems Engineer Mainline Information Systems

Re: CMS file date

2010-08-17 Thread Wakser, David
System [mailto:ib...@listserv.uark.edu] On Behalf Of Mark Pace Sent: Tuesday, August 17, 2010 3:14 PM To: IBMVM@LISTSERV.UARK.EDU Subject: CMS file date Can I manipulate the date of a CMS file? I want to test a program that deletes files older than a certain date. In linux I can use touch to set

Re: CMS file date

2010-08-17 Thread Schuh, Richard
...@listserv.uark.edu] On Behalf Of Mark Pace Sent: Tuesday, August 17, 2010 12:14 PM To: IBMVM@LISTSERV.UARK.EDU Subject: CMS file date Can I manipulate the date of a CMS file? I want to test a program that deletes files older than a certain date. In linux I

Re: CMS file date

2010-08-17 Thread Fran Hensler
I use DMSPLU which comes with CMS but I don't think it is documented. DMSPLU fn ft fm mm/dd/yy HH:MM:SS /Fran Hensler at Slippery Rock University of Pennsylvania USA for 47 years mailto:f...@zvm.sru.edu http://zvm.sru.edu/~fjh +1.724.738.2153 Yes, Virginia, there is a

Re: CMS file date

2010-08-17 Thread Mark Pace
Thanks everyone. I was not expecting complete code. The pointer to DMSPLU is all I expected. On Tue, Aug 17, 2010 at 4:20 PM, Fran Hensler f...@zvm.sru.edu wrote: I use DMSPLU which comes with CMS but I don't think it is documented. DMSPLU fn ft fm mm/dd/yy HH:MM:SS /Fran Hensler at

Re: CMS file date

2010-08-17 Thread Les Koehler
In my pre-retirement days, the documentation for DMSPLU was in some exec on the S or T disk. Les Mark Pace wrote: Thanks everyone. I was not expecting complete code. The pointer to DMSPLU is all I expected. On Tue, Aug 17, 2010 at 4:20 PM, Fran Hensler f...@zvm.sru.edu wrote: I use

Re: CMS file date

2010-08-17 Thread Les Koehler
Watch out! The date of a file is the date it was last written, *not* accessed! There's an old, old, story of the MHV IBM manager that wanted to save (then) expensive disk space, so he ordered that all CMS systems with files older than some dd/mm/yy be erased from *all* disks by Operations

Re: CMS file date

2010-08-17 Thread Mark Pace
Understood. Thanks. On Tue, Aug 17, 2010 at 4:57 PM, Les Koehler vmr...@tampabay.rr.com wrote: Watch out! The date of a file is the date it was last written, *not* accessed! There's an old, old, story of the MHV IBM manager that wanted to save (then) expensive disk space, so he ordered that

Re: CMS file date

2010-08-17 Thread Rich Greenberg
On: Tue, Aug 17, 2010 at 04:46:24PM -0400,Les Koehler Wrote: In my pre-retirement days, the documentation for DMSPLU was in some exec on the S or T disk. What more do you need besides 1) What Fran posted: DMSPLU fn ft fm mm/dd/yy HH:MM:SS And 2) my PS that the date and time MUST be 8

Re: CMS file date

2010-08-17 Thread Ron Schmiedge
There is also the SETDATE EXEC which comes with your VM system. It is on MAINT 3B2 as SETDATE SAMPEXEC and SETDATE SAMPHELP (the HELPCMS file). Been there for a long time.

Re: CMS file date

2010-08-17 Thread Mike Walter
- From: Les Koehler [vmr...@tampabay.rr.com] Sent: 08/17/2010 04:46 PM AST To: IBMVM@LISTSERV.UARK.EDU Subject: Re: CMS file date In my pre-retirement days, the documentation for DMSPLU was in some exec on the S or T disk. Les Mark Pace wrote: Thanks everyone. I was not expecting complete