Re: Reading the CA-1 Tape Catalog

2016-02-12 Thread retired mainframer
The fact that a G00V00 DSN has rolled off and been uncatalogued need not mean that the tape has expired. Even specifying delete in the GDG base definition has minimal effect on a tape dataset. If memory serves, there are multiple CA-1 options and at least one CA-1 utility program that deal with c

Re: Return code 8 from assembler no messages

2016-02-12 Thread Ed Jaffe
On 2/11/2016 2:18 PM, michelbutz wrote: I am getting a rerun code 8 from ASMA90 And I don't have any assembler error messages or MNOTES the source is a number of CSECTS To consolidate error messages into one place, be sure to have a SYSTERM DD statement and specify the TERM option. -- Edward

Re: Return code 8 from assembler no messages

2016-02-12 Thread michelbutz
Sent from my iPhone > On Feb 12, 2016, at 8:06 AM, Peter Relson wrote: > > Maybe there were no messages that you saw, but that doesn't mean there > were no messages. Did you happen to look at the > Diagnostic Cross Reference and Assembler Summary > section of the listing? > > PRINT OFF affect

Re: Return code 8 from assembler no messages

2016-02-12 Thread michelbutz
Thanks Sent from my iPhone > On Feb 12, 2016, at 8:06 AM, Peter Relson wrote: > > Maybe there were no messages that you saw, but that doesn't mean there > were no messages. Did you happen to look at the > Diagnostic Cross Reference and Assembler Summary > section of the listing? > > PRINT O

Re: Return code 8 from assembler no messages

2016-02-12 Thread michelbutz
I did a flag(8) as I got return code 8 and that produced the messages Thanks > On Feb 12, 2016, at 8:06 AM, Peter Relson wrote: > > Maybe there were no messages that you saw, but that doesn't mean there > were no messages. Did you happen to look at the > Diagnostic Cross Reference and Assem

Return code 8 from assembler no messages

2016-02-12 Thread Peter Relson
Maybe there were no messages that you saw, but that doesn't mean there were no messages. Did you happen to look at the Diagnostic Cross Reference and Assembler Summary section of the listing? PRINT OFF affects what is displayed. IHAPSA by default is PRINT OFF. You have control of that via the L

Reading the CA-1 Tape Catalog

2016-02-12 Thread Hardee, Chuck
Hello Everyone, I have posted this to the IBM Mainframe and IBM Assembler lists. I was wondering if anyone has ever written a program to read the CA-1 Tape Catalog for a generic name? In a nutshell, what I am wanting to do is look up in the catalog all entries for a GDG base name. Currently my

Re: Return code 8 from assembler no messages

2016-02-12 Thread John P. Hartmann
The message was issued in a section of code that was PRINT OF. Refer to the diagnostics cross reference. On 02/11/2016 11:18 PM, michelbutz wrote: Hi I am getting a rerun code 8 from ASMA90 And I don't have any assembler error messages or MNOTES the source is a number of CSECTS Thanks