Display More.PROGRAM main
instructions....
CALL Test (r.variable)
.....
instructions
If you change the variable value and call test program, the parameter has that value
Thank you so much for your reply.
I understood about Call instructions with array variable but I want to understand about this local .variable , how I get this value and how to use this value with CASE command?