JOB for SYSOBJH

Hi,

I use SYSTRANS utility through a JOB in the mainframe. Could you please show me a JOB example using SYSOBJH utility?

Thanks.

The following is an example for to unload source code.


//CMSYNIN   DD *                                          
%*                                                        
LOGON <your-library>                                      
GLOBALS MT=0                                              
GLOBALS LS=250                                            
GLOBALS DC=.                                              
GLOBALS ID=,                                              
SYSOBJH                                                   
UNLOAD *,LIB,LL19,DBID,2,FNR,5,OBJTYPE,N,%                
WHERE,TRANSFER,INCLUDE-LINE-NUMBERS,INCORP,FIXEDLENGTH    
FIN                                                       
%