HP3000-L Archives

October 1995, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
John Joerger <[log in to unmask]>
Reply To:
John Joerger <[log in to unmask]>
Date:
Tue, 24 Oct 1995 12:37:39 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (37 lines)
Hi all,
 
We're having trouble with a real basic job.  When the programmer
combines her stand alone job with one that already exists, the
job stops posting extract records to the file.  This has to be
real simple and I'm just overlooking the answer.
 
The file EXTRACT is opened for OUTPUT in a COBOL program.
These is nothing tricky or out of the ordinary that I have
been able to see.  Any help will be graciously received.
 
Sorry to take up the bandwidth for such a routine problem.
 
 
Stand-alone Job                      Combined Job
-------------------                  -------------------
                                     FILE EXTRACT;DISC=50000;TEMP
                                     RUN EXTPROG1
 
                                     eof of "extract" is 68
 
                                     RUN REPORT1
                                     PURGE EXTRACT,TEMP
 
FILE EXTRACT;DISC=50000;TEMP |       FILE EXTRACT;DISC=50000;TEMP
RUN EXTRACT2                 |       RUN EXTRACT2
                             |
eof of "extract" is 37        \      eof of "extract" is zero
                              /
RUN REPORT1                  |       RUN REPORT1
RUN REPORT2                  |       RUN REPORT2
 
 
Regards,
 
--- John Joerger  ([log in to unmask])  ---  Press-Telegram (Long Beach)

ATOM RSS1 RSS2