Re: [CMS-PIPELINES] PL/j examples

2021-06-20 Thread Dave Jones
Thanks, Rob. Should have looked there first, of course.

DJ

---
DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
Cloud
703.237.7370 (Office) | 281.578.7544 (CELL)

INFORMATION TECHNOLOGY COMPANY [1]

On 06.19.2021 12:47 PM, Rob van der Heij wrote:

> On Sat, 19 Jun 2021 at 21:36, Dave Jones  wrote:
>
>> Hello, all. I am still working with PL/j. Rob's paper says something
>> about a HLA macro that invokes the HLASM; does anyone know where to find
>> it? Many thanks.
>
> http://vm.marist.edu/~pipeline/#PupHla
>
> Rob


Links:
--
[1] http://www.itconline.com/


Re: [CMS-PIPELINES] PL/j examples

2021-06-19 Thread Rob van der Heij
On Sat, 19 Jun 2021 at 21:36, Dave Jones  wrote:

> Hello, all. I am still working with PL/j. Rob's paper says something
> about a HLA macro that invokes the HLASM; does anyone know where to find
> it? Many thanks.
>

http://vm.marist.edu/~pipeline/#PupHla

Rob


Re: [CMS-PIPELINES] PL/j examples

2021-06-19 Thread Dave Jones
Hello, all. I am still working with PL/j. Rob's paper says something
about a HLA macro that invokes the HLASM; does anyone know where to find
it? Many thanks.

DJ

---
DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
Cloud
703.237.7370 (Office) | 281.578.7544 (CELL)

INFORMATION TECHNOLOGY COMPANY [1]

On 06.14.2021 12:48 PM, Dave Jones wrote:

> Thank you very much, Rob and John. That was exactly what I was looking
> for.
>
> DJ
>
> ---
> DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
> Cloud
> 703.237.7370 (Office) | 281.578.7544 (CELL)
>
> INFORMATION TECHNOLOGY COMPANY [1 [1]]
>
> On 06.13.2021 1:17 PM, Rob van der Heij wrote:
>
>> And if you want a stand alone filter that would go in a filter package
>> rather than in PIPMOD, you might enjoy these examples
>>
>> https://gist.github.com/rvdheij/0a6cc9528ee10f6ec1b53b4bd431f878
>> https://gist.github.com/rvdheij/d75608dde3e8fd061870a42f2cdb4207
>>
>> Rob
>>
>> On Sun, 13 Jun 2021 at 20:02, John P. Hartmann  wrote:
>>
>> Would the pipelines source code do as an example?
>>
>> Look for FPLxxx ASSEMBLE in the CMS source.
>>
>> Cheers,
>>
>> j.
>>
>> On 6/13/21 19:59, Dave Jones wrote: Hello, fellow plumbers.
>>
>> I am trying to teach myself PL/j so I can write stages in assembler. I
>> am using Rob v.d. Heij's SHARE presentation from 2009 as a starting
>> point. Does anyone have an example/sample stage written in PL/j that
>> they could share with me to use as a template? One that uses the normal
>> Pipes 'peekto/read/output/streamstate' interfaces?
>>
>> Many thanks and have a great summer for those of you in the Northern
>> Hemisphere.
>>
>> DJ
>>
>> --
>> DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
>> Cloud
>> 703.237.7370 (Office) | 281.578.7544 (CELL)
>>
>> INFORMATION TECHNOLOGY COMPANY [1 [1]]
>>
>> Links:
>> --
>> [1] http://www.itconline.com/
>
> Links:
> --
> [1] http://www.itconline.com/


Links:
--
[1] http://www.itconline.com/


Re: [CMS-PIPELINES] PL/j examples

2021-06-15 Thread Rob van der Heij
On Tue, 15 Jun 2021 at 19:52, DeWayne Thomas 
wrote:

> Hi Rob,
>
>  For sport, I just tried to compile RMHAES (second link) and it
> looks good until the load where it wants FPLKWDIG.  I'm not finding that
> anywhere as a standalone TEXT file nor in any TXTLIBs on 6.4 nor 7.1.
> Is it in development?
>

Hi DeWayne,

That's for the "IV" keyword used by this stage. You could create a small
KWDTABLE and generate the TEXT deck. There's an FPLGKWD EXEC on the MAINT
193 disk that might do the trick.

Rob


Re: [CMS-PIPELINES] PL/j examples

2021-06-15 Thread DeWayne Thomas

Hi Rob,

    For sport, I just tried to compile RMHAES (second link) and it 
looks good until the load where it wants FPLKWDIG.  I'm not finding that 
anywhere as a standalone TEXT file nor in any TXTLIBs on 6.4 nor 7.1.  
Is it in development?


Thanks,
DeWayne

On 6/13/21 2:17 PM, Rob van der Heij wrote:

And if you want a stand alone filter that would go in a filter package
rather than in PIPMOD, you might enjoy these examples

https://gist.github.com/rvdheij/0a6cc9528ee10f6ec1b53b4bd431f878
https://gist.github.com/rvdheij/d75608dde3e8fd061870a42f2cdb4207

Rob

On Sun, 13 Jun 2021 at 20:02, John P. Hartmann  wrote:


Would the pipelines source code do as an example?

Look for FPLxxx ASSEMBLE in the CMS source.

Cheers,

 j.

On 6/13/21 19:59, Dave Jones wrote:

Hello, fellow plumbers.

I am trying to teach myself PL/j so I can write stages in assembler. I
am using Rob v.d. Heij's SHARE presentation from 2009 as a starting
point. Does anyone have an example/sample stage written in PL/j that
they could share with me to use as a template? One that uses the normal
Pipes 'peekto/read/output/streamstate' interfaces?

Many thanks and have a great summer for those of you in the Northern
Hemisphere.

DJ

--
DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
Cloud
703.237.7370 (Office) | 281.578.7544 (CELL)

INFORMATION TECHNOLOGY COMPANY [1]


Links:
--
[1] http://www.itconline.com/



Re: [CMS-PIPELINES] PL/j examples

2021-06-14 Thread Dave Jones
Thank you very much, Rob and John. That was exactly what I was looking
for.

DJ

---
DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
Cloud
703.237.7370 (Office) | 281.578.7544 (CELL)

INFORMATION TECHNOLOGY COMPANY [1]

On 06.13.2021 1:17 PM, Rob van der Heij wrote:

> And if you want a stand alone filter that would go in a filter package
> rather than in PIPMOD, you might enjoy these examples
>
> https://gist.github.com/rvdheij/0a6cc9528ee10f6ec1b53b4bd431f878
> https://gist.github.com/rvdheij/d75608dde3e8fd061870a42f2cdb4207
>
> Rob
>
> On Sun, 13 Jun 2021 at 20:02, John P. Hartmann  wrote:
>
> Would the pipelines source code do as an example?
>
> Look for FPLxxx ASSEMBLE in the CMS source.
>
> Cheers,
>
> j.
>
> On 6/13/21 19:59, Dave Jones wrote: Hello, fellow plumbers.
>
> I am trying to teach myself PL/j so I can write stages in assembler. I
> am using Rob v.d. Heij's SHARE presentation from 2009 as a starting
> point. Does anyone have an example/sample stage written in PL/j that
> they could share with me to use as a template? One that uses the normal
> Pipes 'peekto/read/output/streamstate' interfaces?
>
> Many thanks and have a great summer for those of you in the Northern
> Hemisphere.
>
> DJ
>
> --
> DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
> Cloud
> 703.237.7370 (Office) | 281.578.7544 (CELL)
>
> INFORMATION TECHNOLOGY COMPANY [1 [1]]
>
> Links:
> --
> [1] http://www.itconline.com/


Links:
--
[1] http://www.itconline.com/


Re: [CMS-PIPELINES] PL/j examples

2021-06-13 Thread Rob van der Heij
And if you want a stand alone filter that would go in a filter package
rather than in PIPMOD, you might enjoy these examples

https://gist.github.com/rvdheij/0a6cc9528ee10f6ec1b53b4bd431f878
https://gist.github.com/rvdheij/d75608dde3e8fd061870a42f2cdb4207

Rob

On Sun, 13 Jun 2021 at 20:02, John P. Hartmann  wrote:

> Would the pipelines source code do as an example?
>
> Look for FPLxxx ASSEMBLE in the CMS source.
>
> Cheers,
>
> j.
>
> On 6/13/21 19:59, Dave Jones wrote:
> > Hello, fellow plumbers.
> >
> > I am trying to teach myself PL/j so I can write stages in assembler. I
> > am using Rob v.d. Heij's SHARE presentation from 2009 as a starting
> > point. Does anyone have an example/sample stage written in PL/j that
> > they could share with me to use as a template? One that uses the normal
> > Pipes 'peekto/read/output/streamstate' interfaces?
> >
> > Many thanks and have a great summer for those of you in the Northern
> > Hemisphere.
> >
> > DJ
> >
> > --
> > DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
> > Cloud
> > 703.237.7370 (Office) | 281.578.7544 (CELL)
> >
> > INFORMATION TECHNOLOGY COMPANY [1]
> >
> >
> > Links:
> > --
> > [1] http://www.itconline.com/
> >
>


Re: [CMS-PIPELINES] PL/j examples

2021-06-13 Thread John P. Hartmann

Would the pipelines source code do as an example?

Look for FPLxxx ASSEMBLE in the CMS source.

Cheers,

j.

On 6/13/21 19:59, Dave Jones wrote:

Hello, fellow plumbers.

I am trying to teach myself PL/j so I can write stages in assembler. I
am using Rob v.d. Heij's SHARE presentation from 2009 as a starting
point. Does anyone have an example/sample stage written in PL/j that
they could share with me to use as a template? One that uses the normal
Pipes 'peekto/read/output/streamstate' interfaces?

Many thanks and have a great summer for those of you in the Northern
Hemisphere.

DJ

--
DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
Cloud
703.237.7370 (Office) | 281.578.7544 (CELL)

INFORMATION TECHNOLOGY COMPANY [1]


Links:
--
[1] http://www.itconline.com/



[CMS-PIPELINES] PL/j examples

2021-06-13 Thread Dave Jones
Hello, fellow plumbers.

I am trying to teach myself PL/j so I can write stages in assembler. I
am using Rob v.d. Heij's SHARE presentation from 2009 as a starting
point. Does anyone have an example/sample stage written in PL/j that
they could share with me to use as a template? One that uses the normal
Pipes 'peekto/read/output/streamstate' interfaces?

Many thanks and have a great summer for those of you in the Northern
Hemisphere.

DJ

--
DAVID JONES | MANAGING DIRECTOR FOR ZSYSTEMS SERVICES | z/VM, Linux, and
Cloud
703.237.7370 (Office) | 281.578.7544 (CELL)

INFORMATION TECHNOLOGY COMPANY [1]


Links:
--
[1] http://www.itconline.com/