Re: as OpenMVS assembler always gives ASMA935U

2013-05-08 Thread Etienne Thijsse
Nope, -mGOFF does not help, it gives me the same error.

But the NODECK,OBJECT suggestion does work. This works:

   as -o bla.o --NODECK,OBJECT bla.s

Thanks,
Etienne

On Mon, 6 May 2013 06:01:04 -0700, Lloyd Fuller leful...@sbcglobal.net wrote:

Or just specify the GOFF (-mGOFF) option which forces OBJECT and is MUCH more
useful when combining things with C.

Lloyd



- Original Message 
From: J R jayare...@hotmail.com
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Mon, May 6, 2013 7:13:13 AM
Subject: Re: as OpenMVS assembler always gives ASMA935U

SYSPUNCH is required for the assembler DECK option.
SYSLIN is required for the assembler OBJECT option.

Since an earlier post of yours mentioned pseudo JCL contained a SYSLIN
statement, passing assembler options NODECK,OBJECT (in addition to other
options that you are already using) may fix your problem.


=
=
 Date: Mon, 6 May 2013 02:11:17 -0500
 From: e.thij...@chello.nl
 Subject: Re: as OpenMVS assembler always gives ASMA935U
 To: IBM-MAIN@LISTSERV.UA.EDU

 Thanks, this gives me one extra line:
 IEC1301 SYSPUNCH DD STATEMENT MISSING

 This looks like some setup or configuration problem to me, since I am not
running any JCL...
 I'll have to refer this to the system administrator.

 There are no other files or logs, as far as I can see, containing any as
output.

 Thanks,
 Etienne

 On Fri, 3 May 2013 14:55:16 -0500, Kirk Wolf k...@dovetail.com wrote:

 FWIW, when I'm using the z/OS Unix shell, I usually set:
 
 export _BPXK_JOBLOG=STDERR
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-06 Thread Etienne Thijsse
Thanks, this gives me one extra line:
IEC1301 SYSPUNCH DD STATEMENT MISSING

This looks like some setup or configuration problem to me, since I am not 
running any JCL...
I'll have to refer this to the system administrator.

There are no other files or logs, as far as I can see, containing any as 
output.

Thanks,
Etienne

On Fri, 3 May 2013 14:55:16 -0500, Kirk Wolf k...@dovetail.com wrote:

FWIW, when I'm using the z/OS Unix shell, I usually set:

export _BPXK_JOBLOG=STDERR

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-06 Thread Gibney, Dave
SYSPUNCH is where it needs to put the object deck.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
 On Behalf Of Etienne Thijsse
 Sent: Monday, May 06, 2013 12:11 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 Subject: Re: as OpenMVS assembler always gives ASMA935U
 
 Thanks, this gives me one extra line:
 IEC1301 SYSPUNCH DD STATEMENT MISSING
 
 This looks like some setup or configuration problem to me, since I am
 not running any JCL...
 I'll have to refer this to the system administrator.
 
 There are no other files or logs, as far as I can see, containing any
 as output.
 
 Thanks,
 Etienne
 
 On Fri, 3 May 2013 14:55:16 -0500, Kirk Wolf k...@dovetail.com wrote:
 
 FWIW, when I'm using the z/OS Unix shell, I usually set:
 
 export _BPXK_JOBLOG=STDERR
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send
 email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-06 Thread J R
SYSPUNCH is required for the assembler DECK option.  
SYSLIN is required for the assembler OBJECT option.  

Since an earlier post of yours mentioned pseudo JCL contained a SYSLIN 
statement, passing assembler options NODECK,OBJECT (in addition to other 
options that you are already using) may fix your problem.  

=
=
  Date: Mon, 6 May 2013 02:11:17 -0500
 From: e.thij...@chello.nl
 Subject: Re: as OpenMVS assembler always gives ASMA935U
 To: IBM-MAIN@LISTSERV.UA.EDU
 
 Thanks, this gives me one extra line:
 IEC1301 SYSPUNCH DD STATEMENT MISSING
 
 This looks like some setup or configuration problem to me, since I am not 
 running any JCL...
 I'll have to refer this to the system administrator.
 
 There are no other files or logs, as far as I can see, containing any as 
 output.
 
 Thanks,
 Etienne
 
 On Fri, 3 May 2013 14:55:16 -0500, Kirk Wolf k...@dovetail.com wrote:
 
 FWIW, when I'm using the z/OS Unix shell, I usually set:
 
 export _BPXK_JOBLOG=STDERR
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
  
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-06 Thread Lloyd Fuller
Or just specify the GOFF (-mGOFF) option which forces OBJECT and is MUCH more 
useful when combining things with C.

Lloyd



- Original Message 
From: J R jayare...@hotmail.com
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Mon, May 6, 2013 7:13:13 AM
Subject: Re: as OpenMVS assembler always gives ASMA935U

SYSPUNCH is required for the assembler DECK option.  
SYSLIN is required for the assembler OBJECT option.  

Since an earlier post of yours mentioned pseudo JCL contained a SYSLIN 
statement, passing assembler options NODECK,OBJECT (in addition to other 
options that you are already using) may fix your problem.  


=
=
 Date: Mon, 6 May 2013 02:11:17 -0500
 From: e.thij...@chello.nl
 Subject: Re: as OpenMVS assembler always gives ASMA935U
 To: IBM-MAIN@LISTSERV.UA.EDU
 
 Thanks, this gives me one extra line:
 IEC1301 SYSPUNCH DD STATEMENT MISSING
 
 This looks like some setup or configuration problem to me, since I am not 
running any JCL...
 I'll have to refer this to the system administrator.
 
 There are no other files or logs, as far as I can see, containing any as 
output.
 
 Thanks,
 Etienne
 
 On Fri, 3 May 2013 14:55:16 -0500, Kirk Wolf k...@dovetail.com wrote:
 
 FWIW, when I'm using the z/OS Unix shell, I usually set:
 
 export _BPXK_JOBLOG=STDERR
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
  
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-03 Thread Etienne Thijsse
Nothing that seems related... some OPERATOR NOW ACTIVE/INACTIVE lines,
D OMVS,PID=584
D OMVS,PID=584
D OMVS,PID=584
D OMVS,PID=1686

that's it.

Thanks,
Etienne

On Thu, 2 May 2013 17:06:36 -0400, Shmuel Metz (Seymour J.) 
shmuel+...@patriot.net wrote:

In 2588149503609564.wa.e.thijssechello...@listserv.ua.edu, on
05/02/2013
   at 08:04 AM, Etienne Thijsse e.thij...@chello.nl said:

But the assembler as will not do this, it keeps giving me the error
 ** ASMA935U One or more required files not available

What messages do you have in your message log?

--
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2http://patriot.net/~shmuel
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-03 Thread Scott Ford
Etienne.

If this program was Assembled on USS ..Unix System Services ..there should be 
an output file on disk from the assemble and bind

Scott ford
www.identityforge.com
from my IPAD

'Infinite wisdom through infinite means'


On May 3, 2013, at 8:36 AM, Etienne Thijsse e.thij...@chello.nl wrote:

 Nothing that seems related... some OPERATOR NOW ACTIVE/INACTIVE lines,
 D OMVS,PID=584
 D OMVS,PID=584
 D OMVS,PID=584
 D OMVS,PID=1686
 
 that's it.
 
 Thanks,
 Etienne
 
 On Thu, 2 May 2013 17:06:36 -0400, Shmuel Metz (Seymour J.) 
 shmuel+...@patriot.net wrote:
 
 In 2588149503609564.wa.e.thijssechello...@listserv.ua.edu, on
 05/02/2013
  at 08:04 AM, Etienne Thijsse e.thij...@chello.nl said:
 
 But the assembler as will not do this, it keeps giving me the error
 ** ASMA935U One or more required files not available
 
 What messages do you have in your message log?
 
 --
Shmuel (Seymour J.) Metz, SysProg and JOAT
Atid/2http://patriot.net/~shmuel
 We don't care. We don't have to care, we're Congress.
 (S877: The Shut up and Eat Your spam act of 2003)
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-03 Thread Shmuel Metz (Seymour J.)
In 6536410290697005.wa.e.thijssechello...@listserv.ua.edu, on
05/03/2013
   at 07:36 AM, Etienne Thijsse e.thij...@chello.nl said:

Nothing that seems related... some OPERATOR NOW ACTIVE/INACTIVE
lines, D OMVS,PID=584
D OMVS,PID=584
D OMVS,PID=584
D OMVS,PID=1686

That looks like the system log, not the message log for the job.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2http://patriot.net/~shmuel
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-03 Thread Scott Ford
Shmuel exactly my point also...the output is sitting in a file someplace

Scott ford
www.identityforge.com
from my IPAD

'Infinite wisdom through infinite means'


On May 3, 2013, at 3:37 PM, Shmuel Metz (Seymour J.) shmuel+...@patriot.net 
wrote:

 In 6536410290697005.wa.e.thijssechello...@listserv.ua.edu, on
 05/03/2013
   at 07:36 AM, Etienne Thijsse e.thij...@chello.nl said:
 
 Nothing that seems related... some OPERATOR NOW ACTIVE/INACTIVE
 lines, D OMVS,PID=584
 D OMVS,PID=584
 D OMVS,PID=584
 D OMVS,PID=1686
 
 That looks like the system log, not the message log for the job.
 
 -- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2http://patriot.net/~shmuel
 We don't care. We don't have to care, we're Congress.
 (S877: The Shut up and Eat Your spam act of 2003)
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-03 Thread Kirk Wolf
FWIW, when I'm using the z/OS Unix shell, I usually set:

export _BPXK_JOBLOG=STDERR

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Etienne Thijsse
Hi All,

I am compiling an assembler source under OpenMVS.
Using the C compiler, this is no problem, I can do

cc -c bla.s

which gives me an object named bla.o.

But the assembler as will not do this, it keeps giving me the error
 ** ASMA935U One or more required files not available

without telling me what file(s) these are :-(

The command is (I think):

   as -o bla.o bla.s


The reason I want to use as instead of cc is that as has the -I option with 
which you can specify a macro library; I need to use an IMS macro in 
IMS.SDFSMAC. I have not found any cc option that can do this.
The UNIX System Services Command Reference documents this -I option. But it is 
lacking an example use of as.

Thanks,
Etienne

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Etienne Thijsse
On Thu, 2 May 2013 07:17:00 -0600, Steve Comstock st...@trainersfriend.com 
wrote:

Those three are all available. And I changed _AS_MACLIB to just IMS.SDFSMAC, 
there was no change.
I think as is complaining about something else... if it would just say which 
those required files are...

The C compiler does assemble the source, but it doesn't look at _AS_MACLIB; I 
tried that; it still says Undefined operation code on the macro.

Thanks,
Etienne


Well there is a default set of maclibs implicit in
the command: the concatenation of CEE.SCEEMAC, SYS1.MACLIB,
SYS1.AMODGEN; perhaps one of these is not available;
you can change the list by exporting a new list in
_AS_MACLIB




--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
   + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
 for training dollars at
   http://www.trainersfriend.com/ROI/roi.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Pew, Curtis G
On May 2, 2013, at 8:26 AM, Etienne Thijsse e.thij...@chello.nl
 wrote:

 Those three are all available. And I changed _AS_MACLIB to just IMS.SDFSMAC, 
 there was no change.
 I think as is complaining about something else... if it would just say 
 which those required files are...
 
 The C compiler does assemble the source, but it doesn't look at _AS_MACLIB; I 
 tried that; it still says Undefined operation code on the macro.

Did you try cc -v bla.s to see how the C compiler is invoking the assembler?

-- 
Curtis Pew (c@its.utexas.edu)
ITS Systems Core
The University of Texas at Austin

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Steve Comstock

On 5/2/2013 7:26 AM, Etienne Thijsse wrote:

On Thu, 2 May 2013 07:17:00 -0600, Steve Comstock st...@trainersfriend.com 
wrote:

Those three are all available. And I changed _AS_MACLIB to just IMS.SDFSMAC, 
there was no change.
I think as is complaining about something else... if it would just say which 
those required files are...

The C compiler does assemble the source, but it doesn't look at _AS_MACLIB; I tried that; 
it still says Undefined operation code on the macro.



perhaps adding the verbose option would give more info:

  as -o bla.o --verbose bla.s

just a guess.



Thanks,
Etienne




Well there is a default set of maclibs implicit in
the command: the concatenation of CEE.SCEEMAC, SYS1.MACLIB,
SYS1.AMODGEN; perhaps one of these is not available;
you can change the list by exporting a new list in
_AS_MACLIB




--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
   + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
 for training dollars at
   http://www.trainersfriend.com/ROI/roi.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
  + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
for training dollars at
  http://www.trainersfriend.com/ROI/roi.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Etienne Thijsse
Great, this works :-)

_C89_SSYSLIB=CEE.SCEEMAC:SYS1.MACLIB:SYS1.MODGEN:IMS.SDFSMAC
export _C89_SSYSLIB
c89 -c bla.s

Thanks!
Etienne

On Thu, 2 May 2013 15:48:43 +0200, Miklos Szigetvari 
miklos.szigetv...@isis-papyrus.com wrote:

 Hi

Never used as, we are using the c89 to compile assembler modules and
the _C89_SSYSLIB envar can specify the SYSLIB concatenation.
- man as gives me a detailed description of the as command
- the  c89 -v option generates the so called pseudo JCL, maybe
important to see the used files etc

On 02.05.2013 15:04, Etienne Thijsse wrote:
 Hi All,

 I am compiling an assembler source under OpenMVS.
 Using the C compiler, this is no problem, I can do

  cc -c bla.s

 which gives me an object named bla.o.

 But the assembler as will not do this, it keeps giving me the error
   ** ASMA935U One or more required files not available

 without telling me what file(s) these are :-(

 The command is (I think):

 as -o bla.o bla.s


 The reason I want to use as instead of cc is that as has the -I option 
 with which you can specify a macro library; I need to use an IMS macro in 
 IMS.SDFSMAC. I have not found any cc option that can do this.
 The UNIX System Services Command Reference documents this -I option. But it 
 is lacking an example use of as.

 Thanks,
 Etienne

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




--
Kind regards, / Mit freundlichen Grüßen
Miklos Szigetvari

Research  Development
ISIS Papyrus Europe AG
Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
T: +43(2236) 27551 333, F: +43(2236)21081
E-mail: miklos.szigetv...@isis-papyrus.com
Info: i...@isis-papyrus.com Hotline: +43-2236-27551-111
Visit our brand new extended Website at www.isis-papyrus.com
---
This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS Papyrus accepts
no responsibility for malicious or inappropriate content.
---

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Etienne Thijsse
It gives some pseudo JCL:

//SYSLINDD   DSN=/path/to/bla.s
//SYSLIBDD   DSN=IMS.SDFSMAC
//SYSIN  DD  DSN=/path/to/bla.s
//SYSTERM DD  DSN=/dev/fd2

Maybe its the /dev/fd2 that6 is troublesome

Anyway, I will use the _C89_SSYSLIB method of the previous poster, that works.

Thanks,
Etienne

On Thu, 2 May 2013 07:49:38 -0600, Steve Comstock st...@trainersfriend.com 
wrote:

On 5/2/2013 7:26 AM, Etienne Thijsse wrote:
 On Thu, 2 May 2013 07:17:00 -0600, Steve Comstock st...@trainersfriend.com 
 wrote:

 Those three are all available. And I changed _AS_MACLIB to just IMS.SDFSMAC, 
 there was no change.
 I think as is complaining about something else... if it would just say 
 which those required files are...

 The C compiler does assemble the source, but it doesn't look at _AS_MACLIB; 
 I tried that; it still says Undefined operation code on the macro.


perhaps adding the verbose option would give more info:

   as -o bla.o --verbose bla.s

just a guess.


 Thanks,
 Etienne


 Well there is a default set of maclibs implicit in
 the command: the concatenation of CEE.SCEEMAC, SYS1.MACLIB,
 SYS1.AMODGEN; perhaps one of these is not available;
 you can change the list by exporting a new list in
 _AS_MACLIB




 --

 Kind regards,

 -Steve Comstock
 The Trainer's Friend, Inc.

 303-355-2752
 http://www.trainersfriend.com

 * To get a good Return on your Investment, first make an investment!
+ Training your people is an excellent investment

 * Try our tool for calculating your Return On Investment
  for training dollars at
http://www.trainersfriend.com/ROI/roi.html

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
   + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
 for training dollars at
   http://www.trainersfriend.com/ROI/roi.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Steve Comstock

On 5/2/2013 8:06 AM, Etienne Thijsse wrote:

Great, this works :-)

_C89_SSYSLIB=CEE.SCEEMAC:SYS1.MACLIB:SYS1.MODGEN:IMS.SDFSMAC
export _C89_SSYSLIB
c89 -c bla.s

Thanks!
Etienne


Glad you were able to solve your problem. So the analogous
process for 'as' would be:

_AS_MACLIB=CEE.SCEEMAC:SYS1.MACLIB:SYS1.MODGEN:IMS.SDFSMAC
export _AS_MACLIB
as -o bla.o bla.s


would you try this and see if it works?

Thanks.





On Thu, 2 May 2013 15:48:43 +0200, Miklos Szigetvari 
miklos.szigetv...@isis-papyrus.com wrote:


 Hi

Never used as, we are using the c89 to compile assembler modules and
the _C89_SSYSLIB envar can specify the SYSLIB concatenation.
- man as gives me a detailed description of the as command
- the  c89 -v option generates the so called pseudo JCL, maybe
important to see the used files etc

On 02.05.2013 15:04, Etienne Thijsse wrote:

Hi All,

I am compiling an assembler source under OpenMVS.
Using the C compiler, this is no problem, I can do

  cc -c bla.s

which gives me an object named bla.o.

But the assembler as will not do this, it keeps giving me the error
   ** ASMA935U One or more required files not available

without telling me what file(s) these are :-(

The command is (I think):

 as -o bla.o bla.s


The reason I want to use as instead of cc is that as has the -I option with 
which you can specify a macro library; I need to use an IMS macro in IMS.SDFSMAC. I have 
not found any cc option that can do this.
The UNIX System Services Command Reference documents this -I option. But it is lacking an 
example use of as.

Thanks,
Etienne

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN





--
Kind regards, / Mit freundlichen Grüßen
Miklos Szigetvari

Research  Development
ISIS Papyrus Europe AG
Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
T: +43(2236) 27551 333, F: +43(2236)21081
E-mail: miklos.szigetv...@isis-papyrus.com
Info: i...@isis-papyrus.com Hotline: +43-2236-27551-111
Visit our brand new extended Website at www.isis-papyrus.com
---
This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS Papyrus accepts
no responsibility for malicious or inappropriate content.
---

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
  + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
for training dollars at
  http://www.trainersfriend.com/ROI/roi.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Etienne Thijsse
I tried this, it does not work.
The same ASMA935U error occurs. Maybe 'as' itself has configuration issues... I 
don't know. I'll use c89.

Thanks,
Etienne

On Thu, 2 May 2013 08:13:26 -0600, Steve Comstock st...@trainersfriend.com 
wrote:

On 5/2/2013 8:06 AM, Etienne Thijsse wrote:
 Great, this works :-)

 _C89_SSYSLIB=CEE.SCEEMAC:SYS1.MACLIB:SYS1.MODGEN:IMS.SDFSMAC
 export _C89_SSYSLIB
 c89 -c bla.s

 Thanks!
 Etienne

Glad you were able to solve your problem. So the analogous
process for 'as' would be:

_AS_MACLIB=CEE.SCEEMAC:SYS1.MACLIB:SYS1.MODGEN:IMS.SDFSMAC
export _AS_MACLIB
as -o bla.o bla.s


would you try this and see if it works?

Thanks.




 On Thu, 2 May 2013 15:48:43 +0200, Miklos Szigetvari 
 miklos.szigetv...@isis-papyrus.com wrote:

  Hi

 Never used as, we are using the c89 to compile assembler modules and
 the _C89_SSYSLIB envar can specify the SYSLIB concatenation.
 - man as gives me a detailed description of the as command
 - the  c89 -v option generates the so called pseudo JCL, maybe
 important to see the used files etc

 On 02.05.2013 15:04, Etienne Thijsse wrote:
 Hi All,

 I am compiling an assembler source under OpenMVS.
 Using the C compiler, this is no problem, I can do

   cc -c bla.s

 which gives me an object named bla.o.

 But the assembler as will not do this, it keeps giving me the error
** ASMA935U One or more required files not available

 without telling me what file(s) these are :-(

 The command is (I think):

  as -o bla.o bla.s


 The reason I want to use as instead of cc is that as has the -I option 
 with which you can specify a macro library; I need to use an IMS macro in 
 IMS.SDFSMAC. I have not found any cc option that can do this.
 The UNIX System Services Command Reference documents this -I option. But 
 it is lacking an example use of as.

 Thanks,
 Etienne

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN




 --
 Kind regards, / Mit freundlichen Grüßen
 Miklos Szigetvari

 Research  Development
 ISIS Papyrus Europe AG
 Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
 T: +43(2236) 27551 333, F: +43(2236)21081
 E-mail: miklos.szigetv...@isis-papyrus.com
 Info: i...@isis-papyrus.com Hotline: +43-2236-27551-111
 Visit our brand new extended Website at www.isis-papyrus.com
 ---
 This e-mail is only intended for the recipient and not legally
 binding. Unauthorised use, publication, reproduction or
 disclosure of the content of this e-mail is not permitted.
 This email has been checked for known viruses, but ISIS Papyrus accepts
 no responsibility for malicious or inappropriate content.
 ---

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com

* To get a good Return on your Investment, first make an investment!
   + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
 for training dollars at
   http://www.trainersfriend.com/ROI/roi.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Kirk Wolf
The doc says:

   *ASMA935U* *One* *or* *more* *required* *files* *not* *available*

*Explanation:* The assembler encountered an error when attempting to open a
required file.

*System* *Action:* Before this message is issued, one or more associated
messages are issued that describe which file or files could not be opened.
After this message is issued, the assembly stops.

*Programmer* *Response:* Check the associated message or messages.


So, did you get any other associated messages?   If not, it is a bug IMO.
Open a ETR.

Kirk Wolf
Dovetailed Technologies
http://dovetail.com


On Thu, May 2, 2013 at 9:31 AM, Etienne Thijsse e.thij...@chello.nl wrote:

 I tried this, it does not work.
 The same ASMA935U error occurs. Maybe 'as' itself has configuration
 issues... I don't know. I'll use c89.

 Thanks,
 Etienne

 On Thu, 2 May 2013 08:13:26 -0600, Steve Comstock 
 st...@trainersfriend.com wrote:

 On 5/2/2013 8:06 AM, Etienne Thijsse wrote:
  Great, this works :-)
 
  _C89_SSYSLIB=CEE.SCEEMAC:SYS1.MACLIB:SYS1.MODGEN:IMS.SDFSMAC
  export _C89_SSYSLIB
  c89 -c bla.s
 
  Thanks!
  Etienne
 
 Glad you were able to solve your problem. So the analogous
 process for 'as' would be:
 
 _AS_MACLIB=CEE.SCEEMAC:SYS1.MACLIB:SYS1.MODGEN:IMS.SDFSMAC
 export _AS_MACLIB
 as -o bla.o bla.s
 
 
 would you try this and see if it works?
 
 Thanks.
 
 
 
 
  On Thu, 2 May 2013 15:48:43 +0200, Miklos Szigetvari 
 miklos.szigetv...@isis-papyrus.com wrote:
 
   Hi
 
  Never used as, we are using the c89 to compile assembler modules and
  the _C89_SSYSLIB envar can specify the SYSLIB concatenation.
  - man as gives me a detailed description of the as command
  - the  c89 -v option generates the so called pseudo JCL, maybe
  important to see the used files etc
 
  On 02.05.2013 15:04, Etienne Thijsse wrote:
  Hi All,
 
  I am compiling an assembler source under OpenMVS.
  Using the C compiler, this is no problem, I can do
 
cc -c bla.s
 
  which gives me an object named bla.o.
 
  But the assembler as will not do this, it keeps giving me the error
 ** ASMA935U One or more required files not available
 
  without telling me what file(s) these are :-(
 
  The command is (I think):
 
   as -o bla.o bla.s
 
 
  The reason I want to use as instead of cc is that as has the -I
 option with which you can specify a macro library; I need to use an IMS
 macro in IMS.SDFSMAC. I have not found any cc option that can do this.
  The UNIX System Services Command Reference documents this -I option.
 But it is lacking an example use of as.
 
  Thanks,
  Etienne
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@listserv.ua.edu with the message: INFO
 IBM-MAIN
 
 
 
 
  --
  Kind regards, / Mit freundlichen Grüßen
  Miklos Szigetvari
 
  Research  Development
  ISIS Papyrus Europe AG
  Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
  T: +43(2236) 27551 333, F: +43(2236)21081
  E-mail: miklos.szigetv...@isis-papyrus.com
  Info: i...@isis-papyrus.com Hotline: +43-2236-27551-111
  Visit our brand new extended Website at www.isis-papyrus.com
  ---
  This e-mail is only intended for the recipient and not legally
  binding. Unauthorised use, publication, reproduction or
  disclosure of the content of this e-mail is not permitted.
  This email has been checked for known viruses, but ISIS Papyrus accepts
  no responsibility for malicious or inappropriate content.
  ---
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
  --
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
 
 
 
 --
 
 Kind regards,
 
 -Steve Comstock
 The Trainer's Friend, Inc.
 
 303-355-2752
 http://www.trainersfriend.com
 
 * To get a good Return on your Investment, first make an investment!
+ Training your people is an excellent investment
 
 * Try our tool for calculating your Return On Investment
  for training dollars at
http://www.trainersfriend.com/ROI/roi.html
 
 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive 

Re: as OpenMVS assembler always gives ASMA935U

2013-05-02 Thread Shmuel Metz (Seymour J.)
In 2588149503609564.wa.e.thijssechello...@listserv.ua.edu, on
05/02/2013
   at 08:04 AM, Etienne Thijsse e.thij...@chello.nl said:

But the assembler as will not do this, it keeps giving me the error
 ** ASMA935U One or more required files not available

What messages do you have in your message log?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2http://patriot.net/~shmuel
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN