Re: Catalog Search Interface - DEVTYPE

2016-02-29 Thread Steve Horein
I think what you are looking for is documented in:
z/OS 2.1.0>z/OS DFSMS>z/OS DFSMS Managing Catalogs>Catalog Search Interface
User's Guide>Return Work Area Format>Work Area Format Table

That table plus the field name directory (to determine field name lengths)
should give you a good schema on what is returned by the CSI function.
Good luck!

On Mon, Feb 29, 2016 at 12:00 AM, Ravi Gaur  wrote:

> Hi I need to exclude the DISK datasets and hence was thinking to use the
> CSI with DEVTYPE to identify however doesn't seems to be reaching to the
> correct position can somebody give me a position idea for the DEVTYPE if I
> have below definition in the CSI REXX.
>
> CSINUMEN = '0001'X
> CSIFLD1  = 'DEVTYP  '
>
> WORKLEN = 4096
> DWORK = '1000'X || COPIES('00'X,WORKLEN-4)
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Catalog Search Interface - DEVTYPE

2016-02-29 Thread Tom Marchant
On Mon, 29 Feb 2016 00:00:59 -0600, Ravi Gaur wrote:

>Hi I need to exclude the DISK datasets and hence was thinking to use the 
>CSI with DEVTYPE to identify however doesn't seems to be reaching to the 
>correct position can somebody give me a position idea for the DEVTYPE if I 
>have below definition in the CSI REXX.

Device type is documented as part of the UCB in the data areas manual. The 
field is UCBTYP.

-- 
Tom Marchant

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Catalog Search Interface - DEVTYPE

2016-02-28 Thread Ravi Gaur
Hi I need to exclude the DISK datasets and hence was thinking to use the CSI 
with DEVTYPE to identify however doesn't seems to be reaching to the correct 
position can somebody give me a position idea for the DEVTYPE if I have below 
definition in the CSI REXX.

CSINUMEN = '0001'X   
CSIFLD1  = 'DEVTYP  '

WORKLEN = 4096   
DWORK = '1000'X || COPIES('00'X,WORKLEN-4)   

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN