Re: FTP PUT

2010-09-14 Thread Aisik Chang
Thank you,

I  missed the closing parenthesis.

Thanks for the reply

Ann
On Tue, Sep 14, 2010 at 1:18 PM, Kris Buelens wrote:

> The MVS side of the FTP session would decide on the syntax to store a file
> as a PDS member
> Did you try   PUT profile.exec.a 'mvs.test.ftped(profile)'
>
> 2010/9/14 Aisik Chang 
>
>  Hi, listers,
>>
>> I has been long time for FPT PUT to create a pds member,
>> What's the syntext for that on VM;
>>
>>
>> put profile.exec.a 'mvstest.test.ftped'
>>
>> >>>STOR 'mvstest.test.ftped'
>>
>> 550 MVSTEST.TEST.FTPED is a partitioned data set and no member was
>> specified on
>>
>> the STOR command.
>>
>> Thanks for your help,
>>
>>  Ann
>>
>
>
>
> --
> Kris Buelens,
> IBM Belgium, VM customer support
>


Re: FTP PUT

2010-09-14 Thread Kris Buelens
The MVS side of the FTP session would decide on the syntax to store a file
as a PDS member
Did you try   PUT profile.exec.a 'mvs.test.ftped(profile)'

2010/9/14 Aisik Chang 

> Hi, listers,
>
> I has been long time for FPT PUT to create a pds member,
> What's the syntext for that on VM;
>
>
> put profile.exec.a 'mvstest.test.ftped'
>
> >>>STOR 'mvstest.test.ftped'
>
> 550 MVSTEST.TEST.FTPED is a partitioned data set and no member was
> specified on
>
> the STOR command.
>
> Thanks for your help,
>
>  Ann
>



-- 
Kris Buelens,
IBM Belgium, VM customer support


Re: FTP PUT

2010-09-14 Thread Mark Pace
put profile.exec 'mvsfile'

FTP defaults to the A disk unless you cd to another mdisk.

On Tue, Sep 14, 2010 at 1:14 PM, Aisik Chang  wrote:

> Hi, listers,
>
> I has been long time for FPT PUT to create a pds member,
> What's the syntext for that on VM;
>
>
> put profile.exec.a 'mvstest.test.ftped'
>
> >>>STOR 'mvstest.test.ftped'
>
> 550 MVSTEST.TEST.FTPED is a partitioned data set and no member was
> specified on
>
> the STOR command.
>
> Thanks for your help,
>
>  Ann
>



-- 
Mark D Pace
Senior Systems Engineer
Mainline Information Systems


FTP PUT

2010-09-14 Thread Aisik Chang
Hi, listers,

I has been long time for FPT PUT to create a pds member,
What's the syntext for that on VM;


put profile.exec.a 'mvstest.test.ftped'

>>>STOR 'mvstest.test.ftped'

550 MVSTEST.TEST.FTPED is a partitioned data set and no member was specified
on

the STOR command.

Thanks for your help,

 Ann