You can generate code for deployment by either using the Application Assembly Tool (AAT) or by using the Deployment Tool for Enterprise Java Beans (ejbdeploy) from a command prompt. For example, the options that you are able to set in AAT correspond with commands that the EJBDeploy tool uses to generate code for deploying an application.
Syntax
For a detailed list of available options in the EJBDeploy tool, enter ejbdeploy from a command prompt.
To view the output of ejbdeploy.sh in EBCDIC, enter the following set of commands to create a file in EBCDIC named ebcdic.txt:
ejbdeploy.sh > ascii.txt iconv -f ISO8859-1 -t IBM-1047 ascii.txt > ebcdic.txt