Previous Topic: Dropping Plans with DBSRFPRNext Topic: SQL Descriptor Area (SQLDA)


Sample JCL

The JCL contains lowercase letters indicating entries you must replace with code that meets your installation and site standards.

 //jobname JOB acctinfo,'submitter name',MSGLEVEL=1
 //*
 //* NOTE:  The above job statement is for example only.
 //* Code the job statement according to your installation standards.
 //*
 //DBS81  EXEC PGM=DBSRFPR,REGION=2048K
 //STEPLIB  DD DSN=cai.db100.cuslib,DISP=SHR       CA Datacom custom library
 //         DD DSN=cai.db100.CAILIB,DISP=SHR       CA Datacom target library
 //         DD DSN=cai.ca90s.wu40.CAILIB,DISP=SHR  VPE target library
 //SYSPRINT DD SYSOUT=*                            Print Output
 //SYSUDUMP DD SYSOUT=*
 /*
 * $$ JOB JNM=jobname,CLASS=class,USER=submitter name
 * $$ LST CLASS=printer class
 // JOB name
 // EXEC DBSRFPR,SIZE=2048K
 /*
 /&
 * $$ EOJ