1.

What steps do you follow to create a COBOL program?

Answer»
  1. CREATE all NECESSARY tables in the database.
  2. Create DCLGEN (DECLARATION Generator). This is an optional STEP. Perform it only if needed.
  3. Pre-compile the program.
  4. Compile the program and perform Link Edit.
  5. Perform DB2 BIND.
  6. Execute the Program.


Discussion

No Comment Found