> 
> Could somebody please explain me the ICETOOL INCLUDE Parm for copying only
> Dcollect TYPE  = 'D '
> I look at the output record structure in z/OS V1R12.0 DFSMS AMS for Catalogs 
> and
> found below
> 
> 
> Table 15. DCOLLECT Output Record Structure
> 
> Offset |   Type           |   Lngth | Name          | Description
> 4(X'4') | CHARACTER |   2         |  DCURCTYP |  RECORD TYPE FOR THIS RECORD
> 
> And in most of the sort example we using "9" as beginer key for selecting the
> particular type..?? like
> 
> INCLUDE=((9,2,CH,EQ,C'D ')
>                    |  |  |           |-------Compared field
>                    |  |  ----Character
>                    |  -------2 byte long
>                    --------begining field === why we have 9 though if i look 
> at the Column
> from the dcollect data it's 4th column :
> 
> =COLS> ----+----1----+-
> 000001  µ   V   1X01  Ï
> 000002  °   D   1X01  Ï
> 000003  ö   A   1X01  Ï
> 

If you display your file that holds the DCOLLECT in 3.4 the attribute is 
probably VBA which will hold a 4 byte RDW in the beginning.

Next, when you browse the DCOLLECT file turn on HEX.  It may not be a space 
after the D

Lizette

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to