Search results

  1. M

    Output Through with a SQL Statement

    Is there a way to substitute variables in a SQL statement embedded within an INPUT THROUGH statement. Here is what my code looks like: assign a = "something" b = "something" c = "something". output through "/path/mysql -u uid -ppwd -D db -e 'insert into cust values (I want to substitute...
  2. M

    Microfocus Cobol/Vertex in Progress

    We are running Vertex Sales Tax programs compiled in Microfocus Cobol on our Solaris UNIX system. The programs are being called using the UNIX command within a Progress program. This has been working fine until just now. Here are the differences: - When previously run on the system it is...
  3. M

    Progress 9.1D Dev with Webspeed

    This may be a stupid question, but posting it here to experienced users will save me hours of looking around. We are currently running Progress 9.1D both development licenses and run-time licenses on a character-based back-office system on UNIX. We are looking to start moving new development...
  4. M

    Start DB's on 1 system and access on another

    I have a feeling that this is not possible, but I need to ask anyway. I have 2 UNIX systems, both running Progress V9.1D. One is a development box and the other is run-time. What I would like to do to save memory usage on the run-time box is start the databases on the development box and then...
Top