Previous Topic: Preparing and Executing the ProgramNext Topic: Precompiling the Program


Creating an Executable Form

To put your source program into executable form, take the following steps:

  1. Precompile the program
  2. Compile and link edit the program
  3. Create the access module
  4. Execute and debug the program

If you are using CA ADS, the CA ADS compiler ADSC performs steps 1 and 2.