Date arguments in PIF applications

You might have PIF applications developed before year 2000 that use 991231 as the value of the VALTO argument to indicate the default valid-to date of the last version of the AD. The real default date is 31 December 2071. However, by using the PIFHD parameter of the INTFOPTS statement or the HIGHDATE parameter of the INIT statement to define the high date as 991231, you can use these existing PIF applications without updating them.

A good way to avoid specifying a specific date for default valid-to dates is to define the PIFHD keyword of the INTFOPTS statement or the HIGHDATE keyword of the INIT statement as a six-character string. HCL Workload Automation for Z will always interpret this as representing the default valid-to date.

Comparison of Date Representations gives an overview of the different date representations.

Table 1. Comparison of Date Representations
Real dateInternal datePIF date (base 00, high date 711231) PIF date (base 72, high date 991231)
  1994/06/15   220615  940615   220615
  2004/06/15  320615  040615  320615
  2071/12/31  991231   711231  991231