RXS_setTransDir
From Wiki
|
| User Guide |
Contents |
Description
Use this subprocedure to temporarily change the transaction directory. The temporary value can be reset within a job by calling RXS_initTplEng. Note that this function does not change the RXSCFG physical file. Instead, it stores the override value within the job.
Prototype
D RXS_setTransDir... D pr D pDir value like(RXS_FilePath)
Parameters
- pDir
- Specify the temporary directory to use for transactions (e.g. /home/myname/template/)
Return value
None.
Notes / Examples
None.
