Previous Topic: Files Included in the Demo ProgramNext Topic: Start the Demo Program on Windows or UNIX


Start the Demo Program on z/OS

To start the demo program on z/OS, you should first create a small CLIST file like the following:

PROC 0
 /*CONTROL LIST CONLIST SYMLIST
   DSN SYSTEM(<DB2 subsystem ID>)
   RUN PROGRAM(APIDEMO) PLAN(<he-plan-prefix>UP)       +     
   LIBRARY('CA.MVSAPI.SAMPLOAD')
   DSN END
 EXIT CODE(123)

Run this CLIST to start the APIDEMO program.