Find Old Dataset Files

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
devnhi
Premium Member
Premium Member
Posts: 68
Joined: Wed Jun 17, 2009 10:47 am

Find Old Dataset Files

Post by devnhi »

HI All

I have questions related to the datasets .

Is there anyway we can find out the old datasets on the unix server .

How can we find the last accessed time of the datasets ?


Can somebody help me on this . I would appreciate all your time and help on this .
AVISSIVA
Participant
Posts: 5
Joined: Thu Dec 03, 2009 2:37 am

Re: Find Old Dataset Files

Post by AVISSIVA »

devnhi wrote:HI All

I have questions related to the datasets .

Is there anyway we can find out the old datasets on the unix server .

How can we find the last accessed time of the datasets ?


Can somebody help me on this . I would appreciate all your time and help on this .
In Datastage designer, Dataset management option is available in Tools menu, Using that you can check all details.
Sivakumar
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

or directly from your OS level doing an

Code: Select all

ls -l
command
Post Reply