Hi ,
Can any one throw some light on session parameters please, I think Steve can help me on this. I need to know about the different types of session parameters ans their uses
Thanks,
TCS
Hi ,
Can any one throw some light on session parameters please, I think Steve can help me on this. I need to know about the different types of session parameters ans their uses
Thanks,
TCS
There are many āparametersā in Natural.
Many are āfield levelā parameters. For example, DISPLAY NAME (AD=I) which would intensify NAME; INPUT #OPTION (AD=M) which would make this field Modifiable, etc.
Then there are āstatement levelā parameters. For example, DISPLAY (IS=T) field1 field2 field3 would turn Identical Suppress (which can also be a field level parameter) ON for all fields in the DISPLAY.
Then there are FORMAT statements which control āobject levelā parameters. For example ZP=OFF which turns the printing of zeroes off.
SET GLOBALS spans objects for parameters, many of which are the same as those which can be changed by FORMAT statements.
All of the above are examples of āsession parametersā. There are also āprofile parametersā. For example DTFORM=I which sets the display of dates to the form YYYY-MM-DD.
Look up parameters in the online documentation.
Then, get yourself to a Natural class.
steve
Please have a look at naturalās āParameter Referenceāā¦
http://techcommunity.softwareag.com/ecosystem/documentation/natural/nat631win/parms/parms-over.htm