Description |
||||||||
ECI function for activating the EPQ trace.
|
||||||||
|
||||||||
cpWhat
cpStatement
cpValue
cpReadNum
|
||||||||
|
||||||||
cpFileName
additional for cpWhat={set|reset}: cpaRetNam
additional for cpWhat={set|reset}: cpaRetVal
|
||||||||
Example |
||||||||
To trace "epqsel" and "epqcre": eci_add_par(&tpFunPar, "set"); To reset trace again (exactly for epqsel/epqcre): eci_add_par(&tpFunPar, "set"); OR eci_add_par(&tpFunPar, "reset"); |