Tim Deller wrote: >Perhaps the first one needs to be formatted; >//FORMAT EXEC PGM=IFASMFDP >//SYSPRINT DD SYSOUT=* >//DDIN DD DSN=SYS1.MAN1,DISP=SHR >//SYSIN DD * > INDD(DDIN,OPTIONS(CLEAR))
Good suggestion. That above job is useful if you don't want the records in SYS1.MAN1 and your logging is on those VSAM datasets, not on log streams. Dump that dataset if there are some data in it and then you can run above job. Alternatively: Use a new SMFPRMxx with another MANx dataset(s) (which you created before with IDCAMS) and upon T SMF=xx, any new unformated datasets found will also be formatted. Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
