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 bkrike 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. ChrisPhillips

    Creating OBJ files with MicroFocus COBOL

    Does anybody know the compiler options required to create a .obj file from a COBOL program. I ask as I need to create a COBOL routine that can be called by C.
  2. ChrisPhillips

    Is it possible for me to capture all the output from the tar command i

    tar -xvf test.tar >/tmp/tar.log 2>&1 When I use the above command I can capture all output in my log file, but if I run out of disk space then I get the following error displayed on my terminal. msgcnt 878 vxfs: mesg 001: vx_nospace - /dev/vg01/lvol5 file system full (1 block extent) Is it...
  3. ChrisPhillips

    Permissions when extracting from a tar file

    Is there a way to keep the permissions of the files contained in a tar file, rather than retaining the current file permissions? For example: 1. I have a tar file that contains a file with execute permissions 2. I then change the permissions of the file on disk to remove the execute permissions...
  4. ChrisPhillips

    Timout when calling a C routine

    Does anybody know of a mechanism where I can call a C routine in a Micro-Focus COBOL (running under Unix), but if that C routine takes too long then force the COBOL program to continue. Ta.
  5. ChrisPhillips

    Converting Micro-Focus To RM/Cobol-85

    I'm currently converting some Micro-Focus COBOL programs to RM/Cobol and have encountered a problem. Does anybody know what a Micro-Focus COMP-X field should be in RM/Cobol as I'm currently getting the following error Data description entry has wrong format.
  6. ChrisPhillips

    Animating background executed Micro-Focus programs under Unix

    Is it possible to animate a program that is executed as a background tasks in Unix using the &.&nbsp;&nbsp;<br><br>I've tried using cross session animation but the background task suspends and I get an operating system error saying that it is trying to send output, even though there is no output...

Part and Inventory Search

Back
Top