X.41 is not defined. All tails are dropped initially and when you assign a default value.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List [[email protected]] on behalf of Paul Gilmartin [[email protected]] Sent: Wednesday, February 16, 2022 10:51 PM To: [email protected] Subject: Re: Rexx routine to dump all variables when debugging? On Wed, 16 Feb 2022 21:36:48 +0000, Seymour J Metz wrote: X. = "Preset" DROP X.42 Null = '' X.Null = "Empty!" call SysDumpVariables Name=X., Value='Empty!' Name=FOO, Value='123,456.78' ... So it doesn't tell you that X.41 is defined but X.42 is undefined. Bummer. How does it report tails containing nondisplayable characters? -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
