First I'm sorry for my bad english
Is there a way to pass value from one variable or field to other variable, like
VAR1='This is a string'
VAR2=99
Entry local variable UNOS STRING(10)
When I enter a value 'VAR1' in UNOS
Message(%UNOS) need to say 'This is a string'
Otherwise entering 'VAR2'
Message(%UNOS) need to say 99
Or something like that
regards,
Is there a way to pass value from one variable or field to other variable, like
VAR1='This is a string'
VAR2=99
Entry local variable UNOS STRING(10)
When I enter a value 'VAR1' in UNOS
Message(%UNOS) need to say 'This is a string'
Otherwise entering 'VAR2'
Message(%UNOS) need to say 99
Or something like that
regards,