Re: Questions about Invoking the Assembler Dynamically

2016-09-17 Thread Scott Ford
Yep

On Friday, September 16, 2016, Sharuff Morsa3 <sharuff_mo...@uk.ibm.com>
wrote:

> Joe
> If you specify (or default to) NOADATA, the file is not opened
> and
> the book HLASM V1R6 Programmer's Guide - Table 24. Invoking the assembler
> dynamically) says:
> ddnamelist
> Specifies the address of a variable-length list containing alternative
> ddnames for the data sets
> used during assembler processing. If standard ddnames are used, this
> operand can be omitted
>
> regards
> Sharuff
>
> IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU
> <javascript:;>> wrote on
> 16/09/2016 00:12:13:
>
> > From: Joe Reichman <reichman...@gmail.com <javascript:;>>
> > To: ASSEMBLER-LIST@LISTSERV.UGA.EDU <javascript:;>
> > Date: 16/09/2016 00:12
> > Subject: Questions about Invoking the Assembler Dynamically
> > Sent by: IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU
> <javascript:;>>
> >
> > Hi
> >
> >
> >
> > I am invoking ASMA90 Dynamically two questions
> >
> >
> >
> > If I  am using the standard DDNAMES I don't have to specify a second
> param
> > only a options list correct ?
> >
> >
> >
> > Also If I don't specify a ADATA param do I have to allocate a SYSADATA ?
>
> >
> >
> >
>
> Unless stated otherwise above:
> IBM United Kingdom Limited - Registered in England and Wales with number
> 741598.
> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
>


Re: Questions about Invoking the Assembler Dynamically

2016-09-16 Thread Sharuff Morsa3
Joe
If you specify (or default to) NOADATA, the file is not opened 
and
the book HLASM V1R6 Programmer's Guide - Table 24. Invoking the assembler 
dynamically) says:
ddnamelist
Specifies the address of a variable-length list containing alternative 
ddnames for the data sets
used during assembler processing. If standard ddnames are used, this 
operand can be omitted

regards 
Sharuff 

IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU> wrote on 
16/09/2016 00:12:13:

> From: Joe Reichman <reichman...@gmail.com>
> To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
> Date: 16/09/2016 00:12
> Subject: Questions about Invoking the Assembler Dynamically
> Sent by: IBM Mainframe Assembler List <ASSEMBLER-LIST@LISTSERV.UGA.EDU>
> 
> Hi
> 
> 
> 
> I am invoking ASMA90 Dynamically two questions
> 
> 
> 
> If I  am using the standard DDNAMES I don't have to specify a second 
param
> only a options list correct ?
> 
> 
> 
> Also If I don't specify a ADATA param do I have to allocate a SYSADATA ? 
 
> 
> 
> 

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


Re: Questions about Invoking the Assembler Dynamically

2016-09-15 Thread retired mainframer
Wouldn't it be a lot faster just to test it with a trivial example?

> -Original Message-
> From: IBM Mainframe Assembler List [mailto:ASSEMBLER-
> l...@listserv.uga.edu] On Behalf Of Joe Reichman
> Sent: Thursday, September 15, 2016 4:12 PM
> To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
> Subject: Questions about Invoking the Assembler Dynamically
> 
> Hi
> 
> 
> 
> I am invoking ASMA90 Dynamically two questions
> 
> 
> 
> If I  am using the standard DDNAMES I don't have to specify a second param
> only a options list correct ?
> 
> 
> 
> Also If I don't specify a ADATA param do I have to allocate a SYSADATA ?
> 
> 


Questions about Invoking the Assembler Dynamically

2016-09-15 Thread Joe Reichman
Hi

 

I am invoking ASMA90 Dynamically two questions

 

If I  am using the standard DDNAMES I don't have to specify a second param
only a options list correct ?

 

Also If I don't specify a ADATA param do I have to allocate a SYSADATA ?