Background:
PTF RO74243 introduces support for USS File trigger. There are some commonly asked questions.
Environment:
ESP 11.4 Z/OS
Instructions:
- After PTF RO74243 is applied, an system IPL is required.
- PTF RO80514 should be applied together with RO74243, which may cause some fields of JOBMAP show wrong values.
- No special settings on ESPPARM, SMF record type 92 subtype 11 and SMF record type 92 subtype 14 are needed; so the IBM SMF on the same lpar should gather the records.
- It currently works when the file is Update (default, like any close) or rename of a USS file.
- Type 92, subtype 11 records are generated when a USS file is closed after creation or after updating. If a USS file is created, but no bytes have been written, the SMF record is rejected and no triggering occurs.
- The folder to store the files can’t be /tmp/ directory, like /SYS1/tmp which is most likely mounted as TFS (D OMVS,F will show it). The temporary file system (TFS) is an in-memory physical file system that supports in-storage mountable file systems and is not written to DASD. So in the SMF record field SMF92CBW, it shows no bytes being written.
- The command being issued to create/update/rename the files, needs to specify the same path and file name with same cases as on the DSTRIG/DSNAME. Like:
ls –l >> /SYS1/usr/test
DSTRIG USSDSTR
DSNAME '/SYS1/usr/test' USS
RUN DAILY
ENDJOB
Additional Information:
Please refer to more detail on the doc " USS File Trigger Enhancement" on support online.