Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

syntax, urgent

Former Member
0 Likes
369

what is the syntax to append subfields of two programs

1 REPLY 1
Read only

Former Member
0 Likes
301

Hi,

I dont know what you mean by subfields.

Use EXPORT stmt to export the variable and IMPORT stmt to import the value into another program )If the programs are executed in teh same session), else use the SET, GET stmts to export and import the variables in the program.

Hope this helps.

Regards,

Subramanian