Attention: You must recompile and relink your Open PL/I applications to use them with this 
               		Enterprise Developer release. 
               	 
            
 
            	 
            To link an Open PL/I program, use either mfplx or ldpli. 
               	 
            
 
            	 
             
               		
               - mfplx compiles and links in one step, automatically invoking ldpli if the 
                  -c option is not used. For the use of mfplx, see the section 
                  mfplx Syntax 
                     . 
                  
               
-  ldpli links pre-compiled objects, and is the recommended link command when using mfpli. For the use of ldpli, see the section
                  
                  	 mfplx Syntax 
                     	 . 
                  
               
 To link, creating a non-shared executable, use
               
            
 
            ldpli MODULE1.o [MODULE2.O [MODULEn.o]] [options…]
 
             To create an executable to run under Enterprise Server you also need to add to the command one of the options below: 
               
            
 
            
             
               	 
               - -systemmvs - for programs executed under the control of JCL. 
                  
               
- -systemims - for programs executed under the control of IMS. 
                  
               
- -systemcics - for programs executed under the control of CICS.