Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RedMage1967

    Complex data structurs

    Just upgraded to V5R2. The online help says that complex data structures are not allowed in V5R2. But, IBM doesn't show you how to define the data structure. Can someone please help me with the following "D" Specs? D Graphs Ds Qualified Dim(13) D TopValue...
  2. RedMage1967

    Printing a graph in VisualAge RPG

    I have an application that allows the user to graph the number of mail pieces processed, by month, over the course of the year. He now wants to be able to print that graph. I can't find anything in the documentation on how to do that. I've defined a graph part on the window itself, just how...
  3. RedMage1967

    ODBC config

    Does anyone out there know how to set up ODBC in both Windows and iSeries? RedMage1967 IBM Certifed - RPG IV Progammer
  4. RedMage1967

    Using OVRPRTF

    Can I issued an OVRPRTF from within a RPG program that will use the printer file that I want to issue the override on? I need to override the SPLFNAME. Can I do that within the program, before I open the file? (The file is set as USROPN). Thanx. RedMage1967 IBM Certifed - RPG IV Progammer
  5. RedMage1967

    RUNRMTCMD

    Keep getting an error on the pc side saying the userid is valid. Anyone out there know how to configure the Remote Command Security? RedMage1967 IBM Certifed - RPG IV Progammer
  6. RedMage1967

    Waiting for SBMJOB to finish

    Is there a way to have a program wait until a batch jobs completes? Example, Program A does a sbmjob cmd(call pgm(programb)). I need program A to wait until program B completes is batch processing. Is there a way in the CL of program A to make this happen? RedMage1967 IBM Certifed - RPG IV...
  7. RedMage1967

    Automating the SAVSYS

    Does anyone out there know of a way to automate the system save? I do a SAVSYS (go save, opt 21) once a month. This month, my primary tape device is down. I'm back to using the 1/4" tape drive again. Was wondering if it was possible to automate the SAVSYS. Could one just write a CLP...
  8. RedMage1967

    Code Designer

    Is anyone out there using the Code Designer that came with the Websphere Developement Tools for iSeries or Development Studio Client for iSeries? RedMage1967 IBM Certifed - RPG IV Progammer
  9. RedMage1967

    Code/400 File Designer

    I've ran into a couple of problems with the File Designer that comes with Code/400. It likes to change spacing command on you, so watch out. For example, I coded a SKIPB(61), to print a historly line on line 61. The designer, when it created the DDS source for the file, changed the SKIPB(61)...
  10. RedMage1967

    TCP/IP Config

    I'm having a problem getting print data to a remote facility of ours. I can ping the printer from my pc, but when I try to ping the same printer from the AS/400, I get an error message stating that the AS/400 "CANNOT REACH REMOTE SYSTEM". I can ping all of my local printers here in...
  11. RedMage1967

    Printer Files

    Is there a way to rename a printer file on the fly? For example, I have a customer that has three companies under it. I have a single printer file to handle the output. My printer operators get confused as to which company's statements are in the printer file. My printer file is called...
  12. RedMage1967

    Programming Tip

    I found this article on the web a couple of months ago. It really has helped me in finding program errors. LET THE DEBUGGER SHOW YOU WHERE THE USER'S PROGRAM HAS FAILED. When a user calls to let you know that one of your RPG programs has just crashed and that there's an error message on their...
  13. RedMage1967

    Random numbers

    Does anyone out there know of an API to use to generate random numbers within an RPG program? I'm currently generating a random number by adding hours + minutes + seconds together. I need this because for QC purposes I need to sample 10 invoices at random. RedMage1967 IBM Certifed - RPG IV...

Part and Inventory Search

Back
Top