SV: Re: get the DSCB with REXX.

2011-05-26 Thread Thomas Berg
_ Thomas Berg Specialist A M SWEDBANK -Ursprungligt meddelande- Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För MONTERO ROMERO, ENRIQUE ELOI Skickat: den 23 maj 2011 12:13 Till: IBM-MAIN@bama.ua.edu Ämne: Re: get the DSCB

Re: SV: Re: get the DSCB with REXX.

2011-05-26 Thread Mark Zelden
On Thu, 26 May 2011 14:13:32 +0200, Thomas Berg thomas.b...@swedbank.se wrote: I'm using this subroutine in rexx for *allocated* datasets (partly stolen from Doug Nadel): snip --*/ GET_SWAREQ: Procedure Expose a. If Right(C2x(Arg(1)),1) 'F' Then /* SWA=BELOW ? */

SV: SV: Re: get the DSCB with REXX.

2011-05-26 Thread Thomas Berg
-Ursprungligt meddelande- Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För Mark Zelden Skickat: den 26 maj 2011 14:38 Till: IBM-MAIN@bama.ua.edu Ämne: Re: SV: Re: get the DSCB with REXX. On Thu, 26 May 2011 14:13:32 +0200, Thomas Berg thomas.b...@swedbank.se

Re: get the DSCB with REXX.

2011-05-25 Thread Shmuel Metz (Seymour J.)
In a625c752b9c1fc47aaa52c6d3e58f919cc3f07b...@s1128expm115.bbva.igrupobbva, on 05/20/2011 at 01:36 PM, MONTERO ROMERO, ENRIQUE ELOI enriqueeloi.mont...@servifactory.com said: Is there some way to get DSCB information using REXX.? LISTDSI will give you some. It's ugly, but you could parse

Re: get the DSCB with REXX.

2011-05-23 Thread MONTERO ROMERO, ENRIQUE ELOI
Hi, These is the data we get thru the assembler macro : SALIDA DS0CL141 SAVOLDSCL6 VOLUME SAUNIT DSCL8 UNIT (3350,3330V,TSODA,... SADSNDSCL44

Re: get the DSCB with REXX.

2011-05-23 Thread Marco Gianfranco Indaco
Hi. LISTDSI works only under TSO, if you want to trap same msgs(and more) you can also use Storage function to surf MVS Data Area with swareq pointing to jfcb and subfields. Used properly allows a perfect usage of jcl info. Regards, Marco

Re: get the DSCB with REXX.

2011-05-23 Thread Binyamin Dissen
On Mon, 23 May 2011 15:23:37 +0200 Marco Gianfranco Indaco mgind...@gmail.com wrote: :Hi. :LISTDSI works only under TSO, if you want to trap same msgs(and more) you :can also use Storage function to surf MVS Data Area with swareq pointing to :jfcb and subfields. JFCB does not contain much of the

Re: get the DSCB with REXX.

2011-05-23 Thread Marco Gianfranco Indaco
:JFCB does not contain much of the DSCB. Sorry, more than LISTDSI, of course. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the

get the DSCB with REXX.

2011-05-20 Thread MONTERO ROMERO, ENRIQUE ELOI
Hi, Now i have a REXX question. Is there some way to get DSCB information using REXX.? I know in assembler the UCBSCAN can be used, but i need to get the same information using REXX instead of Assembler. Best regards and happy weekend Enrique Montero

Re: get the DSCB with REXX.

2011-05-20 Thread Schwarz, Barry A
@bama.ua.edu Subject: get the DSCB with REXX. Hi, Now i have a REXX question. Is there some way to get DSCB information using REXX.? I know in assembler the UCBSCAN can be used, but i need to get the same information using REXX instead of Assembler

Re: get the DSCB with REXX.

2011-05-20 Thread Binyamin Dissen
DSCB information using REXX.? :I know in assembler the UCBSCAN can be used, but i need to get the same information using REXX instead of Assembler. What kind of DSCB info do you get via UCBSCAN? -- Binyamin Dissen bdis...@dissensoftware.com http://www.dissensoftware.com Director, Dissen