Recent content by Cjandura58

  1. C

    Help with Save-As and OS-Copy

    Can anyone tell me why this code does not work. It compiles and runs but when I stipulate the new file name nothing happens. I need to be able to run this from inside our database. Thanks.
  2. C

    Would like to generate a dbf file from Progress v91c

    We need to generate a dbf file from progress for our mainframe. The informaiton on the board here is old. Does anyone know of a utility or have a program to do this? Thanks in advance for your help! Carrie Navy Federal Credit Union Vienna, VA
  3. C

    Progress time question

    Yes, we were also playing with military time and I just typed this fast this morning. Thanks for the reponse. CJ
  4. C

    Progress time question

    I am importing a file into our database that has the time in character format but the database field is time integer. In order to get the time correctly deposited into the field we came up with this; time is "3:40:12AM" 15X60X60 = 54000 40X60 = 2400 12 = 12...
  5. C

    Create a file if not found

    I had this same line in my code, however, the systems gives me an error message that the file does not exist. This is true but I want the code to create the file if it does not exist, that was the purpose of the search command. Thanks.
  6. C

    Create a file if not found

    Hi all, I have written this code but I keep getting a message that the output file can not be found. I assumed incorrectly that progress would create the file for me. That is my problem, if the file does not exist what is the syntax to create the file? Thanks in advance for your help. Carrie...
  7. C

    Right Justify Character output

    I need to output several numerics fields as strings using stream but I need to right justify these fields and fill the left side with spaces. Can any one help me out with this. This is an example of what I'm doing. The entire file will output 80 string fields to a file...
Back
Top