ISPF statistics (timestamp) when creating a zFile

General discussion on the JZOS batch launcher and toolkit
Post Reply
ptnd
Posts: 1
Joined: Wed Jan 27, 2010 5:59 am

ISPF statistics (timestamp) when creating a zFile

Post by ptnd »

I am creating members through the jzos API, by using something like:


FileFactory.newBufferedWriter(member);

It works OK, but the ISPF stats are not available for the member.

Is there a way to reset the ISPF stats when creating a ZFile ? I'm interested in the creation and last modification date and time.

Thanks,

Nicolas
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

JZOS uses the z/OS C Library to create PDS members and ISPF statistics are not created or updated. Sorry.
tcb
Posts: 1
Joined: Thu Jul 15, 2010 12:01 am

Post by tcb »

Hi ptnd,

Looks like com.ibm.jzos.sample.EnqUpdatePdsMember is what you need. You can find it in samples.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Sorry, this sample doesn't update ISPF statistics.
Post Reply