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 Mike Lewis 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: *

  • Users: dbadc
  • Order by date
  1. dbadc

    Writing to disk versus writing to SYSOUT

    Thanks for your ideas. I got around the problem by using an earlier suggestion by webrabbit and papadba of defining the output dataset as MOD. That way the first time it writes to the dataset it sees it as NEW and on subsequent writes it MODs the dataset rather than overwriting and blanking it...
  2. dbadc

    Writing to disk versus writing to SYSOUT

    It is a user-exit program to a vendor supplied utility that reads an ADABAS Log file.
  3. dbadc

    Writing to disk versus writing to SYSOUT

    papadba, I know that there is the "is INITIAL" option in the PROGRAM-ID clause. My program does not have it nor do I want it. I want to avoid the problem of reinitialization so that the open-switch that is set to "1" after an open is not set back to the original "0" it is set to in working...
  4. dbadc

    Writing to disk versus writing to SYSOUT

    Thanks webrabbit. I appreciate your help! If anyone else out there knows about a compiler or link option like "INIT" or "INITIAL" as described earlier: "If the program is compiled/linked with the INIT or INITIAL option, this behavior wil result. Remove that option, if it is in use. The...
  5. dbadc

    Writing to disk versus writing to SYSOUT

    I understand that you can use the Program-ID clause to include IS INITIAL, my question is referring back to webrabbit's post about "If the program is compiled/linked with the INIT or INITIAL option, this behavior wil result. Remove that option, if it is in use. The option may have a different...
  6. dbadc

    Writing to disk versus writing to SYSOUT

    Are you saying that it can not be invoked through a compile or link-edit option?
  7. dbadc

    Writing to disk versus writing to SYSOUT

    Thanks webrabbit. I can not find any options for the compiler or link-editor that resemble or look like INIT or INITIAL. Is it possible for you to come up with the exact name? Thanks again!
  8. dbadc

    Writing to disk versus writing to SYSOUT

    Thanks webrabbit and papadba. I really appreciate your quick responses. You are both right. When I change the disp to MOD, I see the output. I put in some displays to the program and found that the OPEN was executed more than once as you both correctly ascertained. The program does have an...
  9. dbadc

    Writing to disk versus writing to SYSOUT

    I have a mainframe COBOL program that writes a report file to disk. When I try looking at the disk after the program completes successfully, the disk is empty. If I run the exact same program and put the report out to SYSOUT, I can see the output that is written out. What can be causing it...

Part and Inventory Search

Back
Top