!JOB
!LIMIT (TIME,6),(CORE,40),(ACCOUNT),(MOUNT,(S,DBPACK))
!.  !BATCH EVAL_BA2P.:CONVERT,;
!.  $DBPACK=DP,;
!.  $DB1=AREA1,;
!.  $ ...,;
!.  $DB10=AREA10
!.  This job extracts all sets information from EDMS data base areas.
!.
!.   This job may require a large amount of disk space for
!.   EVAL_WF2 and EVAL_WF3.  Furthermore this job may require
!.   a large amount of cpu time.  It may be necessary to
!.   re-submit this job with a higher time limit and/or with
!.   EVAL_WF2 and EVAL_WF3 assigned to tapes.
!.
!.
!.   F:1  IS THE CONSECUTIVE SCHEMA (EVAL_WF1)
!.        CREATED IN EVAL_BA1.
!.   F:3  IS THE EG FILE            (EVAL_WF2)
!.   F:4  IS THE PT FILE            (EVAL_WF3)
!.   F:5  IS USER INPUT(BLOCKING FACTORS
!.        FOR EG AND PT FILES)
!.   F:6  IS USER OUTPUT
!.   F:7  IS DIAGNOSTIC OUTPUT
!.   F:11 IS AREA 1
!.      ...
!.   F:20 IS AREA 10
!SET F:1 DP/EVAL_WF1;IN
!SET F:3 DP/EVAL_WF2;OUT;SAVE
!SET F:4 DP/EVAL_WF3;OUT;SAVE
!SET F:5 SI
!SET F:6 LO
!SET F:7 LO
!SET F:11 DP#DBPACK/DB1;IN
!SET F:12 DP#DBPACK/DB2;IN
!SET F:13 DP#DBPACK/DB3;IN
!SET F:14 DP#DBPACK/DB4;IN
!SET F:15 DP#DBPACK/DB5;IN
!SET F:16 DP#DBPACK/DB6;IN
!SET F:17 DP#DBPACK/DB7;IN
!SET F:18 DP#DBPACK/DB8;IN
!SET F:19 DP#DBPACK/DB9;IN
!SET F:20 DP#DBPACK/DB10;IN
!RUN (LMN,EVAL_2,:CONVERT)
!. There are maximum limits to the following.
!.     ARALIM   LIMIT TO # OF AREAS (10)
!.     GRPLIM   LIMIT TO # OF GROUPS (100)
!.     SETLIM   LIMIT TO # OF SETS (120)
!.     DEFLIM   LIMIT TO # OF POINTERS (SUM OF OWNER
!.              PLUS MEMBER DEFINITIONS GIVEN BY AN
     G
!.
!. If these limits are exceeded, please EDIT EVAL_IN01 LINE 9
!. and set the above values to the desired limits. and re-compile
!.  by batching EVAL_CL .
!PCL
LIST EVAL_WF2,EVAL_WF3
END

