SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 04 | November | 2004 ]

<< Previous Message << >> Next Message >>


Date: Thu, 4 Nov 2004 14:18:50 PST8
From: "Jon Harrison" <jharrison@seadog.reno.nv.us >
Reply-To: scoug-help@scoug.com
To: < "scoug-help@scoug.com" > scoug-help@scoug.com >
Subject: SCOUG-Help: Basic rexx question

Content Type: text/plain

=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================

On Thu, 4 Nov 2004 13:57:35 PST8, Steven Levine wrote:

>According to the REXX Reference Summary, Quercus REXXLIB has DOSFSIZE
>which will do what you want.

I found this at Hobbes, not sure if it will do it or not but is
sounds like it might. The package is known and distributed in many
places as RXU

This function writes data from a Rexx queue or stem variable to a
file. It is meant to be like EXECIO in TSO and VM, and can be used
in a similar fashion for file output.

Syntax:

info = RxExecO([fname], [action], [name], [type])

where:

fname = name of file to be written to (default sends to stdout)
action = Replace or Append (default is 'Replace')
replaces or appends to 'fname'
name = name of Rexx queue from which to get data (default uses
current queue)
or
name of a Rexx stem variable under which data is mapped
as
stem.1
stem.2
...
stem.n
Once an uninitialized value for 'stem.n' is encountered,
i/o stops.
type = 'Queue' or 'Stem' (default is 'Queue')
this tells whether arg 3 is a Rexx Queue name or a stem
variable name
info = two blank delimited numbers:
1) number of lines written
2) total number of bytes written

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"rollin@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 04 | November | 2004 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.