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

Memory id parameter

Former Member
0 Likes
490

hi All,

I have to create a memory id for my program, basically it shud default one of my parameters to that memory id.

Do i need to create that parameter in TPARA ??

and will it be fine if i use SET parameter during my execution somewhere to update the values, so that new values are reflected everytime i run the program

thanks

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
453

its not mandatory to have it in the table.... I worked couple of times with Set para and get para... they worked fine... without populating the fields in table...

Read only

Former Member
0 Likes
453

This message was moderated.

Read only

Former Member
0 Likes
453

To keep it from session to session and use it for defaulting, I think you have to put it in TPARA.

Rob

Read only

Former Member
0 Likes
453

hi,

the value u set using set willl be vailable everywhere in the program,u can get it in the program,but make sure that u free the memory space you are using before assigning a new value....