background image
<< Getting Started with APPC Vuser Scripts | Getting Started with APPC Vuser Scripts >>
<< Getting Started with APPC Vuser Scripts | Getting Started with APPC Vuser Scripts >>

About Recording APPC Vuser Scripts

APPC Vuser Scripts · Developing APPC Vuser Scripts
Creating Vuser Scripts
Chapter 13, page 235
About Recording APPC Vuser Scripts
When you record applications connected by APPC, VuGen generates APPC
functions that describe the recorded actions. Each APPC function begins with an
lra prefix. The LRA functions relate to the APPC conversations and data buffers.
Using VuGen, you record your application's WINAPPC and EHNAPPC API calls.
For example, you could create a script by recording the actions of a terminal
application.
In the following example, lra_send sends a data buffer,
buffer3
to a remote
computer. The open conversation is
Conv33339768
.
You can view and edit the recorded script from VuGen's main window. The APPC
API calls that were recorded during the session are displayed in the window,
allowing you to visually track your network activities.
lra_send("Conv33339768", "buffer3");