Page 1 of 1

SYSOUT

PostPosted: Mon May 12, 2014 10:15 pm
by itamar rocha
Hello,

Is there anyway to download the sysout to my desktop?

Thanks

Re: SYSOUT

PostPosted: Mon May 12, 2014 10:40 pm
by BillyBoyo
Get it into a dataset, download the dataset.

Re: SYSOUT

PostPosted: Tue May 13, 2014 12:01 am
by enrico-sorichetti
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]$