The Finalist engine (PBFN.dll) automatically creates the seedlog file. Calling driver programs are no longer responsible for creating the seedlog file:
- Windows and Unix
- The seedlog file generated is seedlog.txt.
- z/OS
- Define the following in your
JCL:
//SEEDLOG DD DSN=hlq.SEEDLOG, // DISP=(MOD,CATLG), // DCB=(LRECL=180,BLKSIZE=0,RECFM=FB), // SPACE=(TRK,(1,1),RLSE)