Search found 18 matches

by ivan.ulens@vcst.be
Thu Aug 27, 2020 11:33 am
Forum: General Discussion
Topic: FTP to Mainframe (Z/OS)
Replies: 10
Views: 10613

Re: FTP to Mainframe (Z/OS)

a dataset is a file
by ivan.ulens@vcst.be
Thu Aug 27, 2020 11:11 am
Forum: General Discussion
Topic: FTP to Mainframe (Z/OS)
Replies: 10
Views: 10613

Re: FTP to Mainframe (Z/OS)

when I use native FTP on my Windows PC I use the following PUT statement and this works fine:
put "C:\Data\Edison\14022020.xml" "'CG061.SMD935'"
by ivan.ulens@vcst.be
Thu Aug 27, 2020 10:52 am
Forum: General Discussion
Topic: FTP to Mainframe (Z/OS)
Replies: 10
Views: 10613

Re: FTP to Mainframe (Z/OS)

If I change the remote folder to CG061.SMD935, I receive
E: 2020-08-27 11:51:33: 501 Invalid data set name "CG061.SMD935/14022020.xml". Use MVS Dsname conventions.
by ivan.ulens@vcst.be
Thu Aug 27, 2020 10:47 am
Forum: General Discussion
Topic: FTP to Mainframe (Z/OS)
Replies: 10
Views: 10613

Re: FTP to Mainframe (Z/OS)

on Z/OS there are some rules: a dataset name without quotes will change with the name of the user in prefix.
example:
* FTP connect with USER FTP001. The dataset (file) SMD935 will change to FTP001.SMD935
* FTP connect with USER FTP001. The dataset (file) 'CG061.SMD935' will not change
by ivan.ulens@vcst.be
Thu Aug 27, 2020 10:21 am
Forum: General Discussion
Topic: FTP to Mainframe (Z/OS)
Replies: 10
Views: 10613

Re: FTP to Mainframe (Z/OS)

see attachement
by ivan.ulens@vcst.be
Thu Aug 27, 2020 10:18 am
Forum: General Discussion
Topic: FTP to Mainframe (Z/OS)
Replies: 10
Views: 10613

Re: FTP to Mainframe (Z/OS)

I receive following message:
E: 2020-08-27 11:13:50: 550 Mismatched quotes on pathname 'CG061.SMD935'/14022020.xml
by ivan.ulens@vcst.be
Thu Aug 27, 2020 6:33 am
Forum: General Discussion
Topic: FTP to Mainframe (Z/OS)
Replies: 10
Views: 10613

FTP to Mainframe (Z/OS)

Hi,
is it possible to use the FTP command to transfer files to an IBM Mainframe (Z/OS)?
regards,
Ivan Ulens
by ivan.ulens@vcst.be
Mon Oct 28, 2019 1:14 pm
Forum: General Discussion
Topic: Daylight saving time
Replies: 1
Views: 4328

Daylight saving time

Is there a method to bypass the monitoring of files on Time-change by the Daylight saving time? I have several Tasks monitoring if the Time changed. Yesterday they run at the moment of Daylight saving time. Thanks.