IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need a JCL for FTP the text file to Data Set in Mainframes


IBM Mainframe Forums -> JCL & VSAM
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
Hareesh Verma

New User


Joined: 08 Mar 2016
Posts: 8
Location: india

PostPosted: Fri Mar 25, 2016 12:11 pm
Reply with quote

Hi,

I need a Jcl like ftping the TEXT file to Data set in mainframes. Any one have
code Please help me. It's Urgent.

Thanks,
Hareesh[/b]
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Mar 25, 2016 12:47 pm
Reply with quote

Quote:
It's Urgent.


remember ...
answering is done on voluntary basis, our own time and free of charge
( in stronger words... when and if we feel like )

if You have time constraints a forum is not the best place to ask.
Back to top
View user's profile Send private message
Willy Jensen

Active Member


Joined: 01 Sep 2015
Posts: 712
Location: Denmark

PostPosted: Fri Mar 25, 2016 4:17 pm
Reply with quote

something like this:
Code:

//FTP     EXEC PGM=FTP,PARM='( EXIT'                 
//SYSPRINT DD  SYSOUT=*                                       
//OUTPUT   DD  SYSOUT=*                                       
//INPUT    DD *                                               
Use [URL] BBCode for External Links                                             
enter-user-id-here
enter-password-here
ascii                                                       
put pc-file-name 'ZOS.DATASET.NAME'
close                                                         
quit
Back to top
View user's profile Send private message
Hareesh Verma

New User


Joined: 08 Mar 2016
Posts: 8
Location: india

PostPosted: Fri Mar 25, 2016 5:27 pm
Reply with quote

Thanks for your Reply Willy Jensen

But i'm getting MAXX CC =0 but data is not transferred.
Back to top
View user's profile Send private message
Hareesh Verma

New User


Joined: 08 Mar 2016
Posts: 8
Location: india

PostPosted: Fri Mar 25, 2016 5:30 pm
Reply with quote

Attaching code
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Fri Mar 25, 2016 5:37 pm
Reply with quote

Do not post attachments - a simple cut'n'paste using the code tags to present the data will suffice, is quicker and takes less storage.

Does you JCL and the associated control statements meet your site standards?
Back to top
View user's profile Send private message
Hareesh Verma

New User


Joined: 08 Mar 2016
Posts: 8
Location: india

PostPosted: Fri Mar 25, 2016 5:49 pm
Reply with quote

Yes, here STAXMAST.txt is taking as storage data set not as text file.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Mar 25, 2016 6:01 pm
Reply with quote

the issue should be discussed with Your support.

anyway the topic is locked becauseit falls into the ...
[IN]famous category of topics not eligible for discussion

ibmmainframes.com/viewtopic.php?t=20820
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts SH256/MD5 Checksum in Mainframes JCL JCL & VSAM 14
Search our Forums:

Back to Top