IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

TSO RECEIVE - Get All Datasets/Messages in Queue


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mrgnndhmk

New User


Joined: 01 Feb 2006
Posts: 51
Location: India

PostPosted: Sat Mar 15, 2014 11:21 am
Reply with quote

Hi All,

Is there a way to see what all datasets are queued up for TSO RECEIVE?

TSO RECEIVE provides only 3 options - RESTORE (Default), DELETE & END

I have a requirement where I do not want to RECEIVE or DELETE but just get the details of what all Datasets are queued up.

If 3 datasets are sent to me, I want to see the details of the Dataset but retain them for TSO RECEIVE later.

Is this possible?

Regards,
Muru
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Sat Mar 15, 2014 2:47 pm
Reply with quote

IIRC, XMIT datasets are placed in spool. So IOF/SDSF could be used to find them.
Back to top
View user's profile Send private message
mrgnndhmk

New User


Joined: 01 Feb 2006
Posts: 51
Location: India

PostPosted: Sat Mar 15, 2014 7:51 pm
Reply with quote

Thank Peter.

I am able to find the Datasets sent by XMIT in the Spool of the Source Node but I could not find any Spool entry in the Destination Node mentioning about the Queue waiting to be received.

Is there any system queue that would have the details and would a normal User be able to check the queue?

Regards,
Muru
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2546
Location: Silicon Valley

PostPosted: Tue Mar 18, 2014 1:32 am
Reply with quote

Quote:
I am able to find the Datasets sent by XMIT in the Spool of the Source Node but I could not find any Spool entry in the Destination Node


Can you clarify the situation about source and target nodes? Is it a different userid on the same system? Same userid on different systems? Different userid on different systems?

I sent a file to my userid on a different system:
1. the sender cannot see the file.
2. the receiving user can see it using SDSF otion O. It should look something like this:
Code:
   Display  Filter  View  Print  Options  Search  Help 
 -------------------------------------------------------
 SDSF OUTPUT ALL CLASSES ALL FORMS    LINES 41         
 COMMAND INPUT ===>                                     
 NP   JOBNAME  JOBID     CRDATE    C  P DEST TOT-REC PRT
      PEDRO    T0056661 03/17/2014 B  5           41   

If you select it, it will show the NETDATA records. You can read about the format in 'TSO/E Customization', in the section about 'text units'.
Back to top
View user's profile Send private message
TheMFKid

New User


Joined: 20 Nov 2013
Posts: 91
Location: India

PostPosted: Tue Mar 18, 2014 10:51 am
Reply with quote

Pedro wrote:
Quote:
I am able to find the Datasets sent by XMIT in the Spool of the Source Node but I could not find any Spool entry in the Destination Node


Can you clarify the situation about source and target nodes? Is it a different userid on the same system? Same userid on different systems? Different userid on different systems?

I sent a file to my userid on a different system:
1. the sender cannot see the file.
2. the receiving user can see it using SDSF otion O.


Just some addition to what Pedro mentioned above...
I noticed that once you issue TSO RECEIVE, the job in receiving node (in SDSF option O) will disappear, and it will appear in Sending node.
I think 'mrgnndhmk' found the XMIT information in sending node after issuing RECEIVE command in Receiving node.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts MQ response when MQGET of a stopped q... Java & MQSeries 2
No new posts IOF Output Queue & REXX(?) All Other Mainframe Topics 2
No new posts Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
No new posts interactive cics program using CICS s... CICS 5
Search our Forums:

Back to Top