You could also use the CA Easytrieve Workbench for Windows to add the lines above to the profile file. But you have to create a Host profile via Tools - Host Profile Manager before ->
<Please see attached file for image>
Connect to the AIX system using the Host Profile
Go to the /etc/ directory
Open the profile.CA file
Add the export lines ->
<Please see attached file for image>
Click "save"
Obtain a license key from CA Technologies and add the key to the "ca.olf" file in the /opt/CA/SharedComponents/ca_lic/ directory ->
<Please see attached file for image>
Click "save"
"quit" from your Telnet session
Re-connect to your AIX system via Telnet and verify the CA Easytrieve installation - in a DOS box enter:
telnetopen aix... (your AIX Host name)user (valid user like root)password (valid password)
Enter:
cd admin/ezt/eztpgms
Enter:
ezt testezt.ezt
Enter:
a.out
<Please see attached file for image>
Done.
Copy and change a CA Easytrieve sample program on AIX via Easytrieve Workbench for Windows and compile and execute on AIX via Telnet
If you would like to change programs, you can use the CA Easytrieve Workbench as shown above.
In this example "report.ezt" has been copied to: "report_rg.ezt" and some fonts and names have been changed ->
<Please see attached file for image>
Via "Telnet" - got to the /admin/ezt/eztpgms/html_sample/ directory and enter:
ezt report_rg.ezt -o report_rg.out
to compile the source. Then execute the program:
report_rg.out
sample screen ->
<Please see attached file for image>
Please note: There are other possibilities to compile the source - this is only one option. Another option would be to use the free CA Easytrieve SDS facility.
In order to see the result - refresh the files window in the Workbench and double click "report_rg.html" ->