× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Charles,

The SPL2STMF command that the OP is referring to is a program that feeds a spooled file into the IBM-supplied Host Print TRansform API, and writes the output to a stream file.

So, yes, HPT normally comes into play when a spooled file is printed. But, in this case, he's invoking it directly.

-SK

On 4/21/2014 11:41 AM, Charles Wilt wrote:
Scott,

Correct me if I'm wrong...but doesn't HPT come into play between the spool
file and the printer?

In other words, the data in the spool file he is reading should be an
EBCDIC *SCS or *AFPDS stream. HPT would read that and send it to the
printer.

So Jack shouldn't have to worry about EBCDIC --> ASCII unless the spool
file he is trying to read is of type *USERASCII

Charles


On Mon, Apr 21, 2014 at 11:43 AM, Scott Klement <midrange-l@xxxxxxxxxxxxxxxx
wrote:

What HPT does is convert the spooled file into the language of the
printer. How easy/hard that is to read from your RPG program will
depend on which WSCST definition you are using. Some are very simple
and produce a plain text file, others do not.

But, yes, assuming you have the right WSCST setup, the output of the HPT
API can be plain text, just load it into a variable and then do your
%SCAN.

You'll either need to scan for an ASCII string, or translate the spooled
file to EBCDIC, of course.


On 4/21/2014 8:57 AM, Jack Tucky wrote:
What I am trying to do is just look at the data instead of writing it to
the
IFS.

All of the examples I've found take the pointer and give it to another
function like write to the IFS, create a duplicate spool file.

I want to get the spool file data into memory, look for a keyword, then
do
some stuff based on whether the keyword exists.

How can I change this line so that I can have the data in the program to
do
a %SCAN?

EVAL bytesw = write(fd : xbufspc_p : hptxbuflena)

Thanks, Jack

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Sunday, April 20, 2014 10:05 PM
To: Midrange Systems Technical Discussion
Subject: Re: Spl2stmf and HPT

The output of HPT is usually some flavor of ASCII. Maybe that's why it
looks like "gibberish" to you?

Possibly you just need to mark the IFS file with a proper CCSID after
it's
done, and tools like DSPF or EDTF will view it properly?

Regarding your change... are you certain that the data is
null-terminated?
In my experience with the HPT API, it normally is not, it's just raw
binary
data. You should not be using %STR here... unless I'm misunderstanding.


On 4/20/2014 6:00 PM, Jack Tucky wrote:
I downloaded a program called Spl2Stmf that uses the spool file API's
to read a spool file and write an IFS file.

I'm trying to modify so I can just read the spool file in RPG to look
for some keywords.

I changed this line which wrote the STMF:

EVAL bytesw = write(fd : xbufspc_p : hptxbuflena)
To this:
String = %str(xbufspc_p : hptxbuflena);

But I only see gibberish in the String. I'm guessing that the write
command in the original example did some conversion when it wrote to the
IFS.

Any ideas what I'm doing wrong? Maybe I need to strip out the HPT
completely as I'm just reading the spool file in the program? The
original download save file link is broken however.

http://homepage1.nifty.com/uzaemon/#download

Now that I think more this is overkill and I just need something to
open and read the spool file.

\
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe,
or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/midrange-l.



--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.