RLSE works perfectly with IEFBR14 and DISP=(,CATLG) ;-)))
Release specified via JCL SPACE= works *if* the data set has been opened for
OUTPUT and done at CLOSE time for non-SMS managed as well as SMS mamaged data
sets.
With SMS-managed data set and RLSE *not* specified with SPACE=, release is d
Thanks, John, that solved the problem.
Barry
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Paul Gilmartin
Sent: Sunday, April 03, 2016 11:49 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: RLSE does not work with PGM=FTP
On Sun, 3
ginal Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Charles Mills
Sent: 04 April, 2016 13:54
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: RLSE does not work with PGM=FTP
Is RLSE ever effective on an input DD (a DD that the program opens for input)?
Oh
.
Charles
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Tom Marchant
Sent: Sunday, April 03, 2016 10:30 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: RLSE does not work with PGM=FTP
On Sun, 3 Apr 2016 20:29:09 -0500, Barry Merrill wrot
arles
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf
Of Tom Marchant
Sent: Sunday, April 03, 2016 10:30 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: RLSE does not work with PGM=FTP
On Sun, 3 Apr 2016 20:29:09 -0500, Barry Merrill wrote:
>Using IB
On Sun, 3 Apr 2016 21:11:59 -0500, John McKown wrote:
>
>Dr. Merrill,
>I know that I'm not in your league. But it looks to me like what you're
>doing is allocating a DSN using JCL, but directing the FTP process to write
>to it using dynamic allocation. So you never really open the DD INFILE or
>do
On Sun, 3 Apr 2016 20:29:09 -0500, Barry Merrill wrote:
>Using IBM FTP CS V2R1, the uploaded INFILE's excess space is not RLSE'd.
>
>//FTPUP EXEC PGM=FTP,PARM='(EXIT=4'
>//SYSPRINT DD SYSOUT=*,DCB=BLKSIZE=133
>//SYSABEND DD SYSOUT=*
>//SYSOUT DD SYSOUT=*
>//FTPOUT DD SYSOUT=*
>//INFILE D
On Sun, Apr 3, 2016 at 8:29 PM, Barry Merrill wrote:
> Using IBM FTP CS V2R1, the uploaded INFILE's excess space is not RLSE'd.
>
>
>
> //FTPUP EXEC PGM=FTP,PARM='(EXIT=4'
> //SYSPRINT DD SYSOUT=*,DCB=BLKSIZE=133
> //SYSABEND DD SYSOUT=*
> //SYSOUT DD SYSOUT=*
> //FTPOUT DD SYSOUT=*
> //I
Using IBM FTP CS V2R1, the uploaded INFILE's excess space is not RLSE'd.
//FTPUP EXEC PGM=FTP,PARM='(EXIT=4'
//SYSPRINT DD SYSOUT=*,DCB=BLKSIZE=133
//SYSABEND DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//FTPOUT DD SYSOUT=*
//INFILE DD DSN=MXGLRG.CICS.UNTERSE,DISP=(NEW,CATLG,CATLG),
//