‎2009 Jan 21 4:11 PM
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
‎2009 Jan 21 4:12 PM
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...
‎2009 Jan 21 4:14 PM
‎2009 Jan 21 4:15 PM
To keep it from session to session and use it for defaulting, I think you have to put it in TPARA.
Rob
‎2009 Jan 21 6:15 PM
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....