HP3000-L Archives

April 1998, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Vance <[log in to unmask]>
Reply To:
Jeff Vance <[log in to unmask]>
Date:
Sat, 11 Apr 1998 14:14:23 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (64 lines)
Hi all,

Re. MB and KB:
  The new outputs will show only K(1024) bytes.

Re. using next avail numbers (10,11) vs. 10,20 or 11,22:
  I like the argument about pressing the number 2 twice as an easy way to
  train your brain about the new format number.  However, I think most
  people will still use LISTF,2 and will only choose the new format when
  they write a script or when they see the asterisks.  It is likely that we
  will have more LISTF output formats in the future so sequential numbering
  seems the best choice.

Summary of changes:
- listf,1 and ,2 will display all asterisks if the data doesn't fit a field
- two new output formats, 10 ("Lsummary") and 11 ("Ldisc").  The reason for
  ,10 is that this format will show more filename characters on the same
  line than ,11 can
- r/b and extent info dropped from new ,11 output
- room for one extra digit for record width
- no commas in numbers (although I am considering user-defined outputs with
  edits that would support commas)
- k-bytes (1024) for disk usage
- dropped the "LOGICAL RECORD" header line and two blank header lines
  from ,10 and ,11; although this allows more files to be seen on a
  "page", it may not be desireable due to a slightly greater impact on
  apps changing from ,2 to ,11.

<<<<<<<<<<< New Output Formats >>>>>>>>>>>>>

:listf @,10
ACCOUNT=  SYS         GROUP=  OTHER
FILENAME  CODE     SIZE  TYP           EOF        LIMIT
LARGE               80B  FA            500   1234567890
LARGE1              80B  FA    12345678902  12345678902
L2345678* AAAAA 999999B  FBxx 999999999999 999999999999

:listf @,11
ACCOUNT=  SYS         GROUP=  OTHER
FILENAME  CODE     SIZE  TYP           EOF        LIMIT    K BYTES
LARGE               80B  FA            500   1234567890         40
LARGE1              80B  FA    12345678902  12345678902  987654313
L2345678* AAAAA 999999B  FBxx 999999999999 999999999999 9999999999

:listfile ./@,10 (or "Lsummary")
 PATH= /SYS/OTHER/
 CODE     SIZE  TYP           EOF        LIMIT  FILENAME
           80B  FA            500   1234567890  LARGE
           80B  FA    12345678902  12345678902  LARGE1
 AAAAA 999999W  FBxx 999999999999 999999999999 *L2345678

:listfile ./@,20 (or "Ldisc")
 PATH= /SYS/OTHER/
 CODE     SIZE  TYP           EOF        LIMIT    K BYTES  FILENAME
           80B  FA            500   1234567890         40  LARGE
           80B  FA    12345678902  12345678902  987654313  LARGE1
 AAAAA 999999W  FBxx 999999999999 999999999999 9999999999 *L2345678


Thanks again,
Jeff Vance, CSY

--

ATOM RSS1 RSS2