Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Often statistics are used as a drunken man uses lampposts -- for support rather than illumination.


computers / comp.sys.tandem / File Size calculation

SubjectAuthor
* File Size calculationAshwin A
`- Re: File Size calculationRandall

1
File Size calculation

<de11d226-7ca0-4f43-92a9-8fe28ba3de2dn@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=278&group=comp.sys.tandem#278

  copy link   Newsgroups: comp.sys.tandem
X-Received: by 2002:ae9:e88e:: with SMTP id a136mr19811175qkg.76.1637231956038;
Thu, 18 Nov 2021 02:39:16 -0800 (PST)
X-Received: by 2002:a25:ac42:: with SMTP id r2mr26206301ybd.126.1637231955836;
Thu, 18 Nov 2021 02:39:15 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.tandem
Date: Thu, 18 Nov 2021 02:39:15 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=103.153.105.84; posting-account=t68m8woAAAC0H3poE13Ywdi-QTOgk67H
NNTP-Posting-Host: 103.153.105.84
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <de11d226-7ca0-4f43-92a9-8fe28ba3de2dn@googlegroups.com>
Subject: File Size calculation
From: ash11wi...@gmail.com (Ashwin A)
Injection-Date: Thu, 18 Nov 2021 10:39:16 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 24
 by: Ashwin A - Thu, 18 Nov 2021 10:39 UTC

Hi All,

I am writing a program in TAL which would require to get me the file size (for both structured and unstructured). Is there any GPC or any calculation where we can get file size?

In the below example I need the value 7116 (EOF) in the code. Can somebody please help me?

$GUEST.ERNIE.ABCD
ENSCRIBE
TYPE U
CODE 100
FORMAT 1
EXT ( 4 PAGES, 2 PAGES )
ODDUNSTR
MAXEXTENTS 16
BUFFERSIZE 4096
BUFFERED
OWNER 64,5
SECURITY (RWEP): UUUU
DATA MODIF: 28 Jun 2000, 15:34
CREATION DATE: 28 Jun 2000, 15:34
LAST OPEN: 28 Jun 2000, 16:00
EOF 7116 (10.2% USED)
FILE LABEL: 214 (5.2 % USED)
EXTENTS ALLOCATED: 1

Re: File Size calculation

<89032ee7-ad3c-418a-9745-b3d208fb2cc6n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=279&group=comp.sys.tandem#279

  copy link   Newsgroups: comp.sys.tandem
X-Received: by 2002:ac8:5a0b:: with SMTP id n11mr27647816qta.372.1637252481927;
Thu, 18 Nov 2021 08:21:21 -0800 (PST)
X-Received: by 2002:a25:378c:: with SMTP id e134mr27496711yba.474.1637252481709;
Thu, 18 Nov 2021 08:21:21 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.tandem
Date: Thu, 18 Nov 2021 08:21:21 -0800 (PST)
In-Reply-To: <de11d226-7ca0-4f43-92a9-8fe28ba3de2dn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2607:fea8:3ddf:f2b0:c8ee:a4fd:2e7f:6b36;
posting-account=6VebZwoAAAAgrpUtsowyjrKRLNlqxnXo
NNTP-Posting-Host: 2607:fea8:3ddf:f2b0:c8ee:a4fd:2e7f:6b36
References: <de11d226-7ca0-4f43-92a9-8fe28ba3de2dn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <89032ee7-ad3c-418a-9745-b3d208fb2cc6n@googlegroups.com>
Subject: Re: File Size calculation
From: rsbec...@nexbridge.com (Randall)
Injection-Date: Thu, 18 Nov 2021 16:21:21 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 28
 by: Randall - Thu, 18 Nov 2021 16:21 UTC

On Thursday, November 18, 2021 at 5:39:16 a.m. UTC-5, ash11...@gmail.com wrote:
> Hi All,
>
> I am writing a program in TAL which would require to get me the file size (for both structured and unstructured). Is there any GPC or any calculation where we can get file size?
>
> In the below example I need the value 7116 (EOF) in the code. Can somebody please help me?
>
> $GUEST.ERNIE.ABCD
> ENSCRIBE
> TYPE U
> CODE 100
> FORMAT 1
> EXT ( 4 PAGES, 2 PAGES )
> ODDUNSTR
> MAXEXTENTS 16
> BUFFERSIZE 4096
> BUFFERED
> OWNER 64,5
> SECURITY (RWEP): UUUU
> DATA MODIF: 28 Jun 2000, 15:34
> CREATION DATE: 28 Jun 2000, 15:34
> LAST OPEN: 28 Jun 2000, 16:00
> EOF 7116 (10.2% USED)
> FILE LABEL: 214 (5.2 % USED)
> EXTENTS ALLOCATED: 1

FILE_GETINFOLISTBYNAME_ should give you all the information you might need.
Regards,
Randall

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor