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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dosscics

  1. dosscics

    Problems with VSAM ESDS file

    Thanks ... I will paste the code.
  2. dosscics

    Problems with VSAM ESDS file

    I am trying to rewrite records in a ESDS online VSAM file .. 1) I close the file to run a batch COBOL program 2) If I open it I-O, the read of the ESDS VSAM doesn't appear to be valid .. i.e. The 'display' of the record read is spaces? 3) I am using the following COBOL statements: SELECT...
  3. dosscics

    CICS programming

    Afjt, I have the queue popping all of the records now, after using qzero correctly. But program 2 does wait until program 1 goes to eoj before starting to read the queue. I don't see in the documentation (IBM CICS Programming Reference manual) where you use SYNCPOINT when writing to a...
  4. dosscics

    CICS programming

    afjt: Thanks for the reply ... I will share it with our senior analyst tomorrow. He may have follow-up questions for you. Doss
  5. dosscics

    CICS programming

    I have a tdq set up and running. Program 1 writes to the queue. Program 2 is set up to read the queue with a trigger of 1. It updates an online file and writes to another vsam file. My problem is that the queue backs up. During testing Program 1 creates 2 tdq entries back to back. Program 2...
  6. dosscics

    CICS programming

    Can anyone offer help on the following topics? QBUSY/NOSUSPEND QZERO An analyst on my staff needs help! Thanks

Part and Inventory Search

Back
Top