Re: Dynamic information text retrieval info for dataset dcb

2025-02-03 Thread Seymour J Metz
From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> Sent: Monday, February 3, 2025 12:22 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Dynamic information text retrieval info for dataset dcb Ex

Re: Dynamic information text retrieval info for dataset dcb

2025-02-03 Thread Joseph Reichman
Seems the return are is mapped from ds1fmtid In the iecsdsf1 macro > On Feb 3, 2025, at 12:23 PM, Paul Gilmartin > <042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > > On Mon, 3 Feb 2025 16:54:15 +, Seymour J Metz wrote: > >> For an allocated dataset you may need RDJFCB and OBTAIN.

Re: Dynamic information text retrieval info for dataset dcb

2025-02-03 Thread Paul Gilmartin
On Mon, 3 Feb 2025 16:54:15 +, Seymour J Metz wrote: >For an allocated dataset you may need RDJFCB and OBTAIN. If it's not allocated >then just OBTAIN. > Does hat work for instream data sets? Facing that question once, I OPENed the file and inspected the DCB. It's probably documented somew

Re: Dynamic information text retrieval info for dataset dcb

2025-02-03 Thread Seymour J Metz
t on behalf of Joseph Reichman <05812645a43c-dmarc-requ...@listserv.ua.edu> Sent: Monday, February 3, 2025 8:08 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Dynamic information text retrieval info for dataset dcb External Message: Use Caution Hi I’m looking in the paragraph dynamic infor

Re: Dynamic information text retrieval info for dataset dcb

2025-02-03 Thread Joseph Reichman
Thank you Joe Reichman On Mon, Feb 3, 2025 at 9:19 AM Tom Harper < 05bfa0e23abd-dmarc-requ...@listserv.ua.edu> wrote: > Joseph, > > If it is not allocated, then SVC cannot return you any information. > > The DCB is a control block in memory. There is no DCB in your file. > > What I think yo

Re: Dynamic information text retrieval info for dataset dcb

2025-02-03 Thread Tom Harper
Joseph, If it is not allocated, then SVC cannot return you any information. The DCB is a control block in memory. There is no DCB in your file. What I think you are looking for is information in the VTOC entry called DSCBs. To do this, use the OBTAIN macro. Tom Harper Phoenix Software Int

Re: Dynamic information text retrieval info for dataset dcb

2025-02-03 Thread Joseph Reichman
Tom This for a file on the system It is not allocated to the Job I’m trying to find out if a file exists Thus I used locate with a camlst Once found I want to find out if the file has the correct DCB information Thank you > On Feb 3, 2025, at 8:59 AM, Tom Harper > <05bfa0e23abd-dma

Re: Dynamic information text retrieval info for dataset dcb

2025-02-03 Thread Tom Harper
Joseph, The DCB does not contain allocation information. Thus, not returned. You probably want READJFCB. Tom Harper Phoenix Software International Sent from my iPhone > On Feb 3, 2025, at 8:09 AM, Joseph Reichman > <05812645a43c-dmarc-requ...@listserv.ua.edu> wrote: > > Hi > > I’m

Dynamic information text retrieval info for dataset dcb

2025-02-03 Thread Joseph Reichman
Hi I’m looking in the paragraph dynamic information text retrieval ( verb code 07) For SVC 99 See a number of items that SVC 99 returns But surprisingly I do not see the DCB info Returned Thanks -- For IBM-MAIN subscribe /