Opps:  NC

OREXXMan
Would you rather pass data in move mode (*nix piping) or locate mode
(Pipes) or via disk (JCL)?  Why do you think you rarely see *nix commands
with more than a dozen filters, while Pipelines specifications are commonly
over 100s of stages, and 1000s of stages are not uncommon.
REXX is the new C.


On Thu, Dec 9, 2021 at 3:15 PM Hobart Spitz <orexx...@gmail.com> wrote:

> XC
>
> OREXXMan
> Would you rather pass data in move mode (*nix piping) or locate mode
> (Pipes) or via disk (JCL)?  Why do you think you rarely see *nix commands
> with more than a dozen filters, while Pipelines specifications are commonly
> over 100s of stages, and 1000s of stages are not uncommon.
> REXX is the new C.
>
>
> On Thu, Dec 9, 2021 at 3:11 PM Ituriel do Neto <
> 000003427ec2837d-dmarc-requ...@listserv.ua.edu> wrote:
>
>> Hi all,
>> I would like advice because i have a situation where i need to check a
>> bit of a storage area, usinganother storage area as a pattern and not an
>> immediate.
>>
>> I have something like this :
>> A       DC    X'1C'B       DC    X'08'
>>          TM    A,x'08'         JO    X
>> But instead of using x'08', i need to use the variable B in the
>> comparison, because the content of B may change.So, i would need something
>> like this:
>>          TM  A,B
>> How can i do that ?
>> Thanks in advance.
>> Best Regards
>>
>> Ituriel do Nascimento Neto z/OS System Programmer
>>
>>
>>
>> ----------------------------------------------------------------------
>> 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

Reply via email to