Charles,
We generate JCL from SAS programs on Windows and write them direct to JES with
FTP.
filename jesftp0 ftp '.submit' USER="&user" host="&host"
PASS="&pw"
rcmd='site file=jes' passive;
The sample is from within a SAS macro, so &user, &host and &pw are replaced
with the UID, IP Addr, and password as required.
Thought this may be useful for you the SAS users out there.
Ron
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Charles Mills
Sent: Tuesday, June 7, 2016 6:22 AM
To: [email protected]
Subject: Re: [IBM-MAIN] Determine the PDS a job was submitted from?
> Or from a Windows file, if you're so afflicted.
Really? Without first copying it to a mainframe file or dataset?
Charles
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Paul Gilmartin
Sent: Monday, June 06, 2016 8:12 PM
To: [email protected]
Subject: Re: Determine the PDS a job was submitted from?
On Mon, 6 Jun 2016 17:30:07 -0400, Charles Mills wrote:
>Or copied to INTRDR from a non-PDS or (gasp!) a UNIX file.
>
I do that regularly. ISPF 3.17; View with tailoring Initial Macro; Submit;
Cancel. I rarely SAVE; I make systematic changes to the family of jobs (most
often DSN HLQ) by editing the tailoring Macro.
>IIRC FTP will submit a job from either of those sources also.
>
Or from a Windows file, if you're so afflicted.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to
[email protected] with the message: INFO IBM-MAIN
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN