On 2021-04-12, at 06:48:51, Joseph Reichman wrote:
>
> I’m trying justify and zero fill the dialog variables I guess I got used using D2C without a Return code embedded in a substr
>
The list can better help you if you add TRACE R (even TRACE I)
a few instructions before the failure and post the log excerpt.
Redact possible confidential information.
And add JUNK = C2X( argument to d2c() ) before the D2C() so
the result is traced.
And review the TSO Ref. and Rexx Ref. to improve your
understanding of Rexx and TSO syntax.
>> On Apr 12, 2021, at 8:39 AM, Willy Jensen wrote:
>>
>> D2C is a rexx function and must be used like so: cc=D2C(value)
>> The value must be a number.
>> Please show us what you are doing.
>>
>> -----Oprindelig meddelelse-----
>> Fra: TSO REXX Discussion List <
TSO-...@VM.MARIST.EDU> På vegne af Joseph Reichman
>> Sendt: 12. april 2021 13:56C
>>
>> I’m using rexx for an ISPF dialog session after I display a panel I do a VGET in the rexx I try to format the ISPF variables and do a D2C enclosing the variable in parens
>>
>> And get invalid command name I preface the D2C with ADDRESS TSO and still the same
-- gil