FTP Parameters in Batch

2012-05-08 Thread Sarel Swanepoel
Can anyone assist please.

I am looking for the FTP parameters to overwrite the default size of a Z9 
dataset that is created in 'Tracks' and not in 'Cylinders'.

//INPUT DD  *  
ascii  
GET Z9JobsDAY17APR2012.txt 'FASPT01.MXG.EDW.APR12.DAY17.FTP'   
quit   
//*



Regards


Sarel Swanepoel
Please Note: This email and its contents are subject to our email legal notice 
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: FTP Parameters in Batch

2012-05-08 Thread Walter Marguccio
 I am looking for the FTP parameters to overwrite the default size of a
 Z9 dataset that is created in 'Tracks' and not in 'Cylinders'.

just add 

LOCSI CY

after the ASCII option.


Walter Marguccio
z/OS Systems Programmer
BELENUS LOB Informatic GmbH
Munich - Germany 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: FTP Parameters in Batch

2012-05-08 Thread Staller, Allan
Look at the file pointed to by the //FTPDATA dd statement

snip
Can anyone assist please.

I am looking for the FTP parameters to overwrite the default size of a
Z9 dataset that is created in 'Tracks' and not in 'Cylinders'.

//INPUT DD  *  
ascii  
GET Z9JobsDAY17APR2012.txt 'FASPT01.MXG.EDW.APR12.DAY17.FTP'   
quit   
//*
/snip


Regards


Sarel Swanepoel
Please Note: This email and its contents are subject to our email legal
notice which can be viewed at
http://www.sars.gov.za/Email_Disclaimer.pdf 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: FTP Parameters in Batch

2012-05-08 Thread retired mainframer
:: -Original Message-
:: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
:: Behalf Of Walter Marguccio
:: Sent: Tuesday, May 08, 2012 2:33 AM
:: To: IBM-MAIN@bama.ua.edu
:: Subject: Re: FTP Parameters in Batch
::
::  I am looking for the FTP parameters to overwrite the default size of a
::  Z9 dataset that is created in 'Tracks' and not in 'Cylinders'.
::
:: just add
::
:: LOCSI CY
::
:: after the ASCII option.

And if the default quantities need to be changed, you can PRI=xxx and
SEC=yyy to the above command.

There are also other options, such as DCB parameters, which can also be
added.  Check the FTP Subcommands chapter of your Comm Server IP User Guide

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN


Re: FTP Parameters in Batch

2012-05-08 Thread Rozeboom, Kay [DAS]
Example:

LOCSITE PRI=5 SEC=10 RETPD=0 LRECL=80 BLKSIZE=3120 RECFM=FB CYL

Kay Rozeboom 
Information Technology Enterprise 
Iowa Department of Administrative Services 
Telephone: 515.281.6139   Fax: 515.281.6137 
Email:  kay.rozeb...@iowa.gov 


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
retired mainframer
Sent: Tuesday, May 08, 2012 12:32 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: FTP Parameters in Batch

:: -Original Message-
:: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
:: Behalf Of Walter Marguccio
:: Sent: Tuesday, May 08, 2012 2:33 AM
:: To: IBM-MAIN@bama.ua.edu
:: Subject: Re: FTP Parameters in Batch
::
::  I am looking for the FTP parameters to overwrite the default size of a
::  Z9 dataset that is created in 'Tracks' and not in 'Cylinders'.
::
:: just add
::
:: LOCSI CY
::
:: after the ASCII option.

And if the default quantities need to be changed, you can PRI=xxx and SEC=yyy 
to the above command.

There are also other options, such as DCB parameters, which can also be added.  
Check the FTP Subcommands chapter of your Comm Server IP User Guide

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN