[an error occurred while processing this directive] [an error occurred while processing this directive]
Do you have source some source that you want to share? Is there some source that you want to see posted here?
If so, Contact Us and we'll be more than happy to help.
Cobol Source
Driver Program
Color Program Source
Add Timestamp in cols 73-80
Convert line to upper case
Convert line to lower case
Add comment line
Remove comment line
CL Source
Color Source
Color Source Code (CMD)
Sample FTP Batch Processing
Get the device IP address
Verify IP Address with Ping
Set Library List with Job Description
Start My remote Printer (LPD)
Telnet Initialize program
Telnet Terminate program
DDS Source
Display a calendar window - DSPF
Color source code
DDS Functionality - AFPDS Examples
DDS to be used for external DS for DBF
DDS to be used for external DS for DSPF
DDS to be used for external DS for PRTF
DDS to be used for external DS for RPG
Display a calendar window - PF
Subfile Skeleton Display File
RPGLE Source
Display a calendar window
Color Souce code
1 EVAL statement to return the day of the week
Date Routine
Date and Time Subprocedures
DDS Functionality - AFPDS Examples
Convert Character to Numeric
Day of Week, Name of Month and Day
Standard HTTP Subprocedures (QTMHCGI)
Standard HTTP Supprocedures (QZHBCGI)
Library List Subprocedures
Replace Characters in String
String Functions
User Space Function Procedures
Copy Member for User Space Prototypes
Hello World Sample CGI Program using RPG
Increment a Character
Socket Program - Main
Subfile Skeleton Program
Socket Program - Submitted
Get and Put Spooled File API Example
      * DB FILE INFORMATION DATA STRUCTURE
      * CRTPF MBR(*NONE)
      * SYSTEM        : TS400
      * USER NAME     : JOHN ROSS
      * DATE          : 02/21/1999
      *=====================================================================
      * MAINTENANCE   :
      *=====================================================================
     A          R @INFDS1                   TEXT('INFDS DBF COPY 1.')
     A            @1XX01        10          TEXT('FILLER')
     A            @1STCD         5S 0       TEXT('*STATUS')
     A            @1OPCD         6          TEXT('*OPCODE')
     A            @1RTVN         8          TEXT('*ROUTINE')
     A            @1SQNO         8          TEXT('SOURCE STMT SEQ. NO.')
     A            @1FFM          8          TEXT('*RECORD')
     A            @1MSID         7          TEXT('EXCEPTION MSGID.')
     A            @1XX03        30          TEXT('FILLER')
     A            @1FFL         10          TEXT('FILE NAME.')
     A            @1FLB         10          TEXT('LIBRARY NAME.')
     A            @1XX04        26          TEXT('FILLER')
     A            @1FMB         10          TEXT('MEMBER NAME.')
     A            @1XX05        17          TEXT('FILLER')
     A            @1NROP         9B 0       TEXT('NO.RECS AT MBR OPEN.')
     A            @1XX06       237          TEXT('FILLER')
     A            @1RCNO         9B 0       TEXT('PF MBR RECORD NO.')
     A            @1XX07       124          TEXT('FILLER')
[an error occurred while processing this directive]