Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!wuarchive!psuvax1!psuvm!AWIIMC12!REICHETZ From: REICHETZ@AWIIMC12.BITNET (Christian Reichetzeder) Newsgroups: bit.listserv.vmxa-l Subject: Re: Spool file tags Message-ID: Date: 7 Feb 90 13:57:01 GMT Sender: VM/XA Discussion List Reply-To: VM/XA Discussion List Lines: 16 Approved: NETNEWS@PSUVM Gateway In-Reply-To: Message of Mon, 5 Feb 90 09:34:58 CET from On Mon, 5 Feb 90 09:34:58 CET Marieke Tiecke said: >...... This tag info was also accessible from service machines with class D >authorization. Under XA though this info can be obtained only if you transfer >the spool file to a service machine Q, which changes its spoolid too. The TAG info is only available to the machine OWNING the file in XA as well as SP or HPO (unless this has changed in HPO5 or you have some local mods). It is true that with XA every userid has it's own set of spoolids associated with the files owned by it and therefore the spoolid changes when the files is transferred. I assume the servers right now simply do a TRANSFER and then a TAG QU FI. If the application is written in REXX you can use Diag(8,'TRANSFER ...') to get the new spoolid. Newid = Word(Diag(8,'TRANSFER' userid 'P' spoolid '* R'),3) Hope this helps Christian