SYSOUT



Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS

SYSOUT

Postby itamar rocha » Mon May 12, 2014 10:15 pm

Hello,

Is there anyway to download the sysout to my desktop?

Thanks
itamar rocha
 
Posts: 41
Joined: Mon Nov 11, 2013 8:46 pm
Has thanked: 0 time
Been thanked: 0 time

Re: SYSOUT

Postby BillyBoyo » Mon May 12, 2014 10:40 pm

Get it into a dataset, download the dataset.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: SYSOUT

Postby enrico-sorichetti » Tue May 13, 2014 12:01 am

all depends on Your site standards, ask Your support they know

if You have a FTP client on Your workstation ( and Your organization practices allow it)
You can use something along the lines of


[xxuser@xxuser.local]$ftp xxx.xxx.xxx.xxx
Connected to xxx.xxx.xxx.xxx
220-FTPD1 IBM FTP CS V1Rxx at xxxxxxxx.xxxxxxxx.xxxx, 18:23:25 on 2014-05-12.
220 Connection will close if idle for more than 5 minutes.
Name (xxx.xxx.xxx.xxx:xxuser): xxuser
331 Send password please.
Password:
230 XXUSER is logged on.  Working directory is "XXUSER.".
Remote system type is MVS.
ftp> quote site filetype=jes
200 SITE command was accepted
ftp> ls
229 Entering Extended Passive Mode (|||1027|)
125 List started OK
XXUSER1   JOB01087  OUTPUT    4 Spool Files                             
XXUSER1   JOB01088  OUTPUT    4 Spool Files                             
250 List completed successfully.
ftp> get job01087
local: job01087 remote: job01087
229 Entering Extended Passive Mode (|||1028|)
125 Sending all spool files for requested Jobid
  7343       40.28 KiB/s
250 Transfer completed successfully.
7343 bytes received in 00:00 (40.25 KiB/s)
ftp> quit
221 Quit command received. Goodbye.
[xxuser@xxuser.local]$ls
job01087
[xxuser@xxuser.local]$
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times


Return to IBM Cobol

 


  • Related topics
    Replies
    Views
    Last post