× 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.



Benjamin,

>Is it possible to write 5250 data stream directly to a twinax attached
>terminal? I think the DDS keyword USRDFN can be used for that purpose, 

Correct.  The USRDFN keyword exists only to allow you to write 5250
data streams directly.  You must provide the complete data stream,
including the leading length bytes, the send or send/rcv or whatever
opcode byte, all WTD, SOH, SBA, SOF, FFW, FCW, IC, etc orders, and a
trailing ReadInput command if the format has input capable fields.

The 5250 data stream is documented in the 5494 Functions Reference
manual, which should be on your softcopy CD.

I'd caution against using it in a production line-of-business
application though, unless you can make a strong case for the need.
It is not something that very many people can maintain.  If you do use
it, make sure you document what you do very carefully.

Instead of USRDFN (also known as UDDS, User Defined Data Streams),
consider the Dynamic Screen Manager APIs.  IBM added these in about
'92 so that you can dynamically control the screen format without the
need to directly work at the data stream level.  

This may be more maintainable than using UDDS itself.  If you really
want a sample UDDS program, I can send you a simple example.  But I've
never deployed UDDS (or DSM) in a production app, even though I know
how -- I tend to think it is better to only use in utility type
programs, not production applications.

Doug
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.