Correlating Functions

Click one of the following functions for more information:

Saves buffer information to an output file.
Saves the current value of an FML buffer to a parameter.
Saves the current value of an FML32 buffer to a parameter.
Saves a portion of a character array (such as a STRING or CARRAY buffer) to a parameter.
Searches for an occurrence of string in a buffer and saves a portion of the buffer, relative to the string occurrence, to a parameter.
Searches for an occurrence of string in a buffer, and saves a portion of the buffer, after the string occurrence, to a parameter.
Saves data returned from the database for correlation when using Clarify.
Saves data for correlation after an AS_EXESVC call.

In general, it is recommended to use lrt_save_parm to save a portion of a character array to a parameter. Use lrt_save_searched_string when you want to save information, relative to the position of a particular string in a character array. For PeopleSoft Vusers, it is recommended to use lrt_save_searched_string, since the reply buffers returned from the PeopleSoft server often differ in size during replay from what was seen during recording.