ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

DSPTAP report

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DSPTAP report

    We do 8 daily saves to tape(2 save files that we save 4 times ). In order to ease the operators understanding of which is which, I would like to display the tape at the end of each day. The DSPTAP *PRINT at least shows the date of the save, but if I do DSPTAP to an *OUTFILE, all the date times are the same(the date/time of the dsp)

    Any idea how to get the accurate date/time?
    Thanks

    This is what the output file looks like:

    FILE Sequence DATE TIME Device VOL Density
    number name
    QS36F 0000000001 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3 (created 5/27/15 at 5:30:00 or so)
    MVRS 0000000002 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3
    QS36F 0000000003 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3 (created 5/27/15 at 11:00:00 or so)
    MVRS 0000000004 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3
    QS36F 0000000005 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3
    MVRS 0000000006 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3
    QS36F 0000000007 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3 (created 5/27/15 at 18:30:00 or so)
    MVRS 0000000008 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3

    QS36F 0000000009 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3 (created 5/28/15)
    MVRS 0000000010 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3
    QS36F 0000000011 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3
    MVRS 0000000012 05/29/15 08:00 TAP01 VOL10986 *ULTRIUM3

  • #2
    Re: DSPTAP report

    You may want to try using the OUTPUT parameter of the save command with *OUTFILE specified - this would also avoid the separate step of displaying the tape.

    Cheers,

    Emmanuel

    Comment


    • #3
      Re: DSPTAP report

      Thanks!
      this works better, btw, all the old cl's I wrote did in fact output to a file, but forgot I did that

      Comment

      Working...
      X