Slight diversion. A colleague wanted some REXX code so I sent it as an XMIT
file. He was working remotely and said, the RECEIVE fails.

When I next saw him, I went to his desk and watched the RECEIVE command.
Boom, "UNABLE TO ALLOCATE LOG.MISC".

He had TSO PROFILE(NOPREFIX) and didn't have RACF ALTER against LOG prefix.

For years he was wrapping quotes around his dataset names. I mean
everywhere!

On Sat, May 23, 2020 at 10:48 AM Phil Smith III <[email protected]> wrote:

> Metz wrote:
>
> > Running with signal on novalue and quoting everything leads to
> hard-to-debug surprises errors when you get the case wrong (present
> example is typical.) ;-)
>
>
>
> After almost 40 years of writing Rexx, I've never had that problem.
> Quoting literals avoids far more problems than it causes, as
> does SIGNAL ON NOVALUE. You want hard-to-debug surprises, try not quoting
> a literal and then having someone define a variable that
> happens to match your literal token.
>
>
>
> ...phsiii
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>


-- 
Wayne V. Bickerdike

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to