| 
 | 
Hello John,
Here's a CL-version giving you System ASP (Gb), % System ASP used and Total
aux storage (Gb):
    Pgm
/*- Global variables:  ----------------------------------------------*/
    Dcl        &PxSysAsp     *Dec    ( 11  3 )
    Dcl        &PxSysAspUs   *Dec    ( 11  4 )
    Dcl        &PxTotAuxSt   *Dec    ( 11  3 )
    Dcl        &SsRcvVar     *Char     64
    Dcl        &SsRcvVarLn   *Char      4    x'00000040'
    Dcl        &SsFmtNam     *Char      8    'SSTS0200'
    Dcl        &SsResStc     *Char     10    '*NO'
    Dcl        &ApiError     *Char      4    x'00000000'
/*- Global error monitor:  ------------------------------------------*/
    MonMsg     CPF0000       *N        GoTo  EndPgm
/*- Mainline:  ------------------------------------------------------*/
    Call       QWCRSSTS    ( &SsRcvVar                +
                             &SsRcvVarLn              +
                             &SsFmtNam                +
                             &SsResStc                +
                             &ApiError                )
    ChgVar     &PxSysAsp   ( %Bin( &SsRcvVar  49  4 ) / 1000  )
    ChgVar     &PxSysAspUs ( %Bin( &SsRcvVar  53  4 ) / 10000 )
    ChgVar     &PxTotAuxSt ( %Bin( &SsRcvVar  57  4 ) / 1000  )
EndPgm:
    EndPgm
Best regards,
Carsten Flensburg
----- Original Message -----
From: "Rusling, John B. (Alliance)" <jbrusling@alliancedev.com>
To: <rpg400-l@midrange.com>
Sent: Tuesday, May 21, 2002 8:00 PM
Subject: Check for amount of disk space available on an AS/400 using an rpg
program?
> Hello! I'm digging around and am turning up zilch so far.
>
> How can I check for amount of dasd disk space available on an AS/400 using
> an rpg program?
>
> (or a cl program)
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.