Example

In the following example, the main entry point is INIT1:
//LOADLIB    DD     DSNAME=PROJECT.LOADLIB,DISP=OLD
//SYSLIN     DD     *
  ENTRY INIT1
  INCLUDE LOADLIB(READ,WRITE)
/*

INIT1 must be either a control section name or an entry name in one of the program objects or load modules named READ or WRITE.