Recent content by Razack

  1. Razack

    Frame Issue When Compiling In Batch Mode

    Excellent Thanks Rob!! This is exactly I was looking for. Only drawback that we have is, we don't have the solution for progress version prior to 11.6. Regards
  2. Razack

    Frame Issue When Compiling In Batch Mode

    Thanks Saravana for simple test case. @Tom Instead changing individual programs for compile purpose, is there a way to change the progress assumption of 80 width screen for a batch mode? Regards
  3. Razack

    Frame Issue When Compiling In Batch Mode

    Yes, I'm emphasizing on the batch compile for automation effort. Unfortunately I have not been able to find the solution yet. I had exported TERM to vt100 and still didn't resolve the issue. Regards
  4. Razack

    Frame Issue When Compiling In Batch Mode

    Application that I work on is old and the thousands of programs already have the static frames. For the tool need of compiling the programs in the background it doesn't make sense to change the application programs. Is there are any other way in a batch session, we can compile the bunch...
  5. Razack

    Frame Issue When Compiling In Batch Mode

    Agree that static objects will be resolved at compile time. From the perspective of Frames and display does it makes more sense to resolve at run time? What if I compile a program in a non batch mode and use that .r to run in a batch mode. Vice versa is my scenario .
  6. Razack

    Frame Issue When Compiling In Batch Mode

    When I compile a screen program in client session started by mpro. It works fine. Where as if I compile from _progres -b or mbpro session it gives a warning and doesn't create .r. ** Warning: Cannot fit FILL-IN Applicant with AT within FRAME F1. (4027) Warning: Ignoring position info for AT...
  7. Razack

    Sql Explorer Sql Command End Of Statement

    Giving the sql statement in the file(myscript.sql) works. The reason I was trying to make this in the command line statement is to keep the complete sqlexp statement in a script and to give the user id as an argument to the script(.bat/shell).Any ideas?
  8. Razack

    Sql Explorer Sql Command End Of Statement

    Sqlexp doesn't recognize multiple sql commands with ";" . For e.g sqlexp -db Dbname -S 1030 -char -command "CREATE USER 'dummy', '123456'" Works...... sqlexp -db Dbname -S 1030 -char -command "CREATE USER 'dummy', '123456'; grant DBA to dummy; commit;" Doesn't work
Top