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

Copy data into notepad using JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kiran

New User


Joined: 08 Apr 2004
Posts: 25
Location: hyd

PostPosted: Wed May 12, 2004 2:30 pm
Reply with quote

Hi,
suppose i've a data set which contains some data. i want to copy the same data into notepad using jcl. is it possible. if possible pls send the answer.
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Wed May 12, 2004 4:05 pm
Reply with quote

if you want to download data from your dataset to your pc it may be easier to use ftp on your pc.
anyway you asked for some JCL, Here goes :

Code:
///ftptST JOB (CA1),'TMS UTILITY',MSGLEVEL=(1,1),REGION=0M,   
//             CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID               
//*                                                             
//FTP001   EXEC PGM=FTP,REGION=2M                               
//SYSPRINT DD   SYSOUT=*                                       
//OUTPUT   DD   SYSOUT=*                                       
//INPUT    DD   *                                               
NNN.NN.NNN.NN            should be your pc  IP address                 
XXXXX                        your TSO userid     
PSWD                         your TSO password                               
PWD                             An ftp command



instead of PWD try
put mvsfilename pcfilename.txt


thing is your pc IP address is certainly not referenced in your system.

the MVS file contains server definition accessible from mvs :
TCPIP.FTP.PWFILE
hope it helps
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top