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

Extract specific step spool data


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Smita.t2

New User


Joined: 17 Apr 2012
Posts: 31
Location: Bangalore

PostPosted: Thu Feb 04, 2016 9:48 am
Reply with quote

is there a way we can extract spool files for a specific step for a jobid in ftp?
Code:

JOBNAME  JOBID        OWNER  STATUS    CLASS
XXX          JOB23137   XXXX     OUTPUT    C          ABEND=04C 7 spool file
[/code]
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Feb 04, 2016 2:18 pm
Reply with quote

if You do not like YES/NO answers do not ask YES/NO questions.

anyway

ftp

open the remote.site.

provide Your login credentials

quote site filetype=jes

dir
- will show the jobs You are allowed to see

dir JOBID
- will show the sysout datasets for a JOB

get JOBID.X

- will retrieve the X-th sysout
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
Search our Forums:

Back to Top