z/OS MVS Programming: Callable Services for High-Level Languages
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Sample compile job

z/OS MVS Programming: Callable Services for High-Level Languages
SA23-1377-02

For C programmers, you can use the following sample compile job to compile the sample program. For more details about the sample program, see Programming example.

 
 
/* rexx */                                                              
/* c89/cc/c++  */                                                       
/* dbx needs -g or -Wc,debug  */                                        
/* list\(./\)  */                                                       
/* export _C89_STEPS='-1'     enable all steps, inc prelinker */        
/* export _C89_TMPS ='-3'     prelinker will write composite .p file*/  
                                                                        
'c89 -oceasamt -v -g -Wc,LP64,SHOW,SO,AGGR,XREF,NOOFF,NOOPT,EXP,LIST\(./
SSCOMM,DLL,STA,''LANGLVL(EXTENDED)'',WARN64                             
                -Wl,LP64,map,xref                                       
                  ceasampt.c ceasapit.x                                  
                                                                        
'                                                                       
'ls -gatlrE ceasamt.* ceasamt'               

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014