Subject: Instructions on how to compile the source code mentioned in the article:
"Method to display the level and serviceability strings of your application"

Date last updated:  26-Jul-2001

This document has two sections:

Part 1: Instructions for C
Part 2: Instructions for Java

You need to expand the trlevel.zip in your directory:

   unzip trlevel.zip
  
The latest version of the trlevel.zip file can be downloaded from:

ftp://ftp.software.ibm.com/ps/products/teamconnection/papers/trlevel.zip
 

*******************************************************************************

Part 1: Instructions for C

WINDOWS INSTRUCTIONS:


1)  To build and run the myApp and myAppLevel applications with 
    serviceability strings: 
	
    - cd into the c directory
    
    - issue:
         rexx do-build.cmd 2001-03-09 
         
    - run the myapp application by issuing:
         myApp
         
    - run the myapplevel application by issuing:
	 myAppLevel

                
UNIX INSTRUCTIONS:

UNIX users will need to remove the carriage returns (^M characters) from 
all files. This can be done with a CRLF tool or by ftping the files using 
ascii mode.  Also,  UNIX users will need to chmod all the .ksh files 
to make them executable, such as:

	chmod 755 *.ksh


1)  To build and run the myapp and myapplevel applications with 
    serviceability strings: 
	
    - cd into the c directory
    - issue:
        ./do-build.ksh 2001-03-09
        
    - run the myapp application by issuing:
        myApp

    - run the myapplevel application by issuing:
        myAppLevel


*******************************************************************************

Part 2: Instructions for Java

WINDOWS INSTRUCTIONS:

1)  To build and run the myapp base application

    - cd into the "java\base" directory 
    
    - issue:
         rexx do-build.cmd 
         
    - run the myapp base application by issuing:
         java myapp.myapp

2)  To build and run the myapp and myapplevel applications with 
    serviceability strings 
	
    - cd into the java directory
    
    - issue:
         rexx do-build.cmd 2001-03-09 
         
    - run the myapp application by issuing:
         java myapp.myapp
         
    - run the myapplevel application by issuing:
		java myapp.myapplevel

                
UNIX INSTRUCTIONS:

UNIX users will need to remove the carriage returns (^M characters) from 
all files. This can be done with a CRLF tool or by ftping the files using 
ascii mode.  Also,  UNIX users will need to chmod all the .ksh files 
to make them executable, such as:

	chmod 755 *.ksh

This needs to be done for *.ksh in each of these directories:

	java
	java/base
	java/myapp

1)  To build and run the myapp base application

    - cd into the "java/base" directory 
    
    - issue: 
        ./do-build.ksh
        
    - run the myapp base application by issuing:
        java myapp.myapp

2)  To build and run the myapp and myapplevel applications with 
    serviceability strings 
	
    - cd into the java directory
    - issue:
        ./do-build.ksh 2001-03-09
        
    - run the myapp application by issuing:
        java myapp.myapp

    - run the myapplevel application by issuing:
        java myapp.myapplevel

*** end ***

