Re: Compiled SYSTEM Rexx exec

2012-05-16 Thread John Gilmore
Still better, make absolutely sure that you are creating a program
object stored in a PDSE.

On 5/16/12, Scott Ford  wrote:
>> Make absolutely sure you are creating a load module, not a CEXEC. The REXX
>> compiler has all sorts of options governing the output of the compiler,
>> and I can vouch that it's sometimes easy to slip up.
>>
>> Cheers,
>> Ray
>>

John Gilmore, Ashland, MA 01721 - USA

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


Re: Compiled SYSTEM Rexx exec

2012-05-16 Thread Scott Ford
Ray,

Very true, also you may gain speed in computations but not I/O that was very 
clear in a Share presentation..

Scott ford
www.identityforge.com

On May 16, 2012, at 2:47 PM, Ray Mullins  wrote:

> On 2012-05-15 12:35, Ed Mackmahon wrote:
>> Hi List.
>> 
>> We are zOS 1.12 shop.
>> I compiled and linked a Rexx exec which is supposed to run under AXR (system 
>> Rexx),
>> compile and link finished OK. After System Rexx server restated with the 
>> load dataset
>> concatenated, I got:
>> 
>> AXR0113I DATA SET S00.RCGAURD.SAXRLOAD ACCESSED THROUGH VOLSER(VPMVSE)
>> HAS INCORRECT RECORD FORMAT
>> 
>> How can I compile a Rexx exec that will run under the system Rexx server ?
>> 
> Make absolutely sure you are creating a load module, not a CEXEC. The REXX 
> compiler has all sorts of options governing the output of the compiler, and I 
> can vouch that it's sometimes easy to slip up.
> 
> Cheers,
> Ray
> 
> -- 
> M. Ray Mullins
> Roseville, CA, USA
> http://www.catherdersoftware.com/
> 
> German is essentially a form of assembly language consisting entirely of far 
> calls heavily accented with throaty guttural sounds. ---ilvi
> French is essentially German with messed-up pronunciation and spelling.  
> --Robert B Wilson
> English is essentially French converted to 7-bit ASCII.  ---Christophe 
> Pierret [for Alain LaBonté]
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

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


Re: Compiled SYSTEM Rexx exec

2012-05-16 Thread Ray Mullins

On 2012-05-15 12:35, Ed Mackmahon wrote:

Hi List.

We are zOS 1.12 shop.
I compiled and linked a Rexx exec which is supposed to run under AXR (system 
Rexx),
compile and link finished OK. After System Rexx server restated with the load 
dataset
concatenated, I got:

AXR0113I DATA SET S00.RCGAURD.SAXRLOAD ACCESSED THROUGH VOLSER(VPMVSE)
HAS INCORRECT RECORD FORMAT

How can I compile a Rexx exec that will run under the system Rexx server ?

Make absolutely sure you are creating a load module, not a CEXEC. The REXX 
compiler has all sorts of options governing the output of the compiler, and 
I can vouch that it's sometimes easy to slip up.


Cheers,
Ray

--
M. Ray Mullins
Roseville, CA, USA
http://www.catherdersoftware.com/

German is essentially a form of assembly language consisting entirely of far 
calls heavily accented with throaty guttural sounds. ---ilvi
French is essentially German with messed-up pronunciation and spelling.  
--Robert B Wilson
English is essentially French converted to 7-bit ASCII.  ---Christophe Pierret 
[for Alain LaBonté]

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


Re: Compiled SYSTEM Rexx exec

2012-05-15 Thread Scott Ford
Ed,

What's the load library lrecl, blksize ? Just curious

Scott ford
www.identityforge.com

On May 15, 2012, at 4:21 PM, Ed Mackmahon  wrote:

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

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


Re: Compiled SYSTEM Rexx exec

2012-05-15 Thread Ed Mackmahon
yes

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


Re: Compiled SYSTEM Rexx exec

2012-05-15 Thread Lizette Koehler
>
>Hi List.
>
>We are zOS 1.12 shop.
>I compiled and linked a Rexx exec which is supposed to run under AXR (system 
>Rexx), 
>compile and link finished OK. After System Rexx server restated with the load 
>dataset
>concatenated, I got:
>
>AXR0113I DATA SET S00.RCGAURD.SAXRLOAD ACCESSED THROUGH VOLSER(VPMVSE) 
>HAS INCORRECT RECORD FORMAT 
>
>How can I compile a Rexx exec that will run under the system Rexx server ?
>
>Thanks in advanced.
>
>Ed.
>

Does the dataset you create S00.RCGAURD.SAXRLOAD match the dataset attributes 
of SYS1.SAXREXEC?

Lizette

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


Compiled SYSTEM Rexx exec

2012-05-15 Thread Ed Mackmahon
Hi List.

We are zOS 1.12 shop.
I compiled and linked a Rexx exec which is supposed to run under AXR (system 
Rexx), 
compile and link finished OK. After System Rexx server restated with the load 
dataset
concatenated, I got:

AXR0113I DATA SET S00.RCGAURD.SAXRLOAD ACCESSED THROUGH VOLSER(VPMVSE) 
HAS INCORRECT RECORD FORMAT 

How can I compile a Rexx exec that will run under the system Rexx server ?

Thanks in advanced.

Ed.

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