You can either use the iSeries™ command line or the Qshell environment
to run the Java™ Performance Data Converter (JPDC).
Using the iSeries command line:
- Enter the Run Java (RUNJVA) command or JAVA command on
the iSeries command
line.
- Enter com.ibm.as400.jpdc.JPDC on the class parameter
line.
- Enter general pexdfn mydir/myfile myrdbdire on
the parameter line.
- Enter '/QIBM/ProdData/Java400/ext/JPDC.jar' on
the classpath parameter line.
Note: You can omit the classpath
if the '/QIBM/ProdData/Java400/ext/JPDC.jar' string is in
the CLASSPATH environment variable. You can use either the Add Environment
Variable (ADDENVVAR) command, Change Environment Variable (CHGENVVAR) command,
or Work with Environment Variable (WRKENVVAR) command to add this string to
the CLASSPATH environment variable.
Using the Qshell environment:- Enter the Start Qshell (STRQSH) command to start the Qshell Interpreter.
- Enter this on the command line:
java -classpath /QIBM/ProdData/Java400/ext/JPDC.jar com.ibm.as400/jpdc/JPDC
jinsight pexdfn mydir/myfile myrdbdire
Note: You can omit the classpath if the '/QIBM/ProdData/Java400/ext/JPDC.jar' string
is added to your current environment. You can use either the ADDENVVAR command,
CHGENVVAR, or WRKENVVAR command to add this string to your current environment.
For background information, see Run the Java Performance
Data Converter.