Difference between revisions of "UDDS File Display/Update"

From MidrangeWiki
Jump to: navigation, search
(Created page with "--")
 
Line 1: Line 1:
--
+
__FORCETOC__
 +
 
 +
 
 +
==UDDS==
 +
The manual that describes the 5250 data stream is 5494 Remote Control Unit, Functions Reference. SC30-3533-04 (topic 15) [http://tn5250.sourceforge.net/resources.html]
 +
[https://www-05.ibm.com/e-business/linkweb/publications/servlet/pbi.wss?PAG=C11&SSN=16I2K0000952086390&TRL=TXT&WRD=&PBL=SC30-3533-04&LST=ALL&RPP=10&submit=Go]
 +
 
 +
 
 +
The purpose of this program is to demo an example of a program using UDDS.
 +
 
 +
It shows file data, but is limited to 6048 max rcdlen. 
 +
 
 +
Use the code below at your own risk, no warranty is expressed or implied or even that the code is functional.
 +
 
 +
 
 +
I am also inculding wrapper programs to make the displayer more useful, but there is no 'make' instruction.  I am assuming you know enough about compiling source to figure it out for yourself. Once compiled the command to run it is  'DSPFL  yourlib/yourfile '
 +
 
 +
===DISP  RPG===

Revision as of 12:14, 27 October 2018


UDDS

The manual that describes the 5250 data stream is 5494 Remote Control Unit, Functions Reference. SC30-3533-04 (topic 15) [1] [2]


The purpose of this program is to demo an example of a program using UDDS.

It shows file data, but is limited to 6048 max rcdlen.

Use the code below at your own risk, no warranty is expressed or implied or even that the code is functional.


I am also inculding wrapper programs to make the displayer more useful, but there is no 'make' instruction. I am assuming you know enough about compiling source to figure it out for yourself. Once compiled the command to run it is 'DSPFL yourlib/yourfile '

DISP RPG