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

Is there any way to FTP a set of members from mainframe ?


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
yogeshbabu

New User


Joined: 30 Nov 2005
Posts: 19
Location: India

PostPosted: Thu Jan 26, 2006 10:49 am
Reply with quote

Hi all,
Is there any way to FTP a set of members from Mainframe to local system? I am only able to do one member at a time by using EP client.
Back to top
View user's profile Send private message
kamran

New User


Joined: 01 May 2005
Posts: 55

PostPosted: Thu Jan 26, 2006 12:23 pm
Reply with quote

Hi,
I don't know what an EP client is but if you work in a command line environment you can use Mget or Mput for transferring a complete pds or some selected members by an specified pattern.
if you are using a graphical environment you must not have problem because you can select several members at a time.
make sure that you turned off the prompt before transferring a set of members.
yogeshbabu wrote:
Hi all,
Is there any way to FTP a set of members from Mainframe to local system? I am only able to do one member at a time by using EP client.
Back to top
View user's profile Send private message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Tue Feb 21, 2006 5:27 pm
Reply with quote

ANS : THERE ARE THERE WAYS TO TRANSFER A FILE

OPTION#1 : USING TSO COMMAND

STEP 1 : GOTO =6

STEP 2 : AT COMMAND LINE TYPE THE FOLLOWING

IND$FILE GET '<FILE NAME>' <SEND TEXT OPTIONS / RECEIVE TEXT OPTIONS>

IND$FILE PUT '<FILE NAME>' <SEND TEXT OPTIONS / RECEIVE TEXT OPTIONS>

NOTE :

SEND / RECEIVE TEXT OPTIONS WILL BE AVAILABLE IN THE FILE TRANFER-DEFAULTS

PUT OPTIONS IS PC-FILE TO HOST

GET OPTIONS IS HOST TO PC-FILE

OPTION#2 : USING FTP IN DOS PROMPT

STEP1: GOTO ROOT DIRECTORY IN THE DOS

STEP2: TYPE FTP <IP ADDRESS> PRESS ENTER

STEP3: TYPE USER ID

STEP4: TYPE THE PASSWORD

STEP5: TYPE GET '<FILE NAME>' <NOTE PAD LOCATION> PRESS ENTER

STEP6: TYPE BYE TO COME OUT FROM FTP

OPTION#3: USING MAINFRAME

STEP 1: GOTO =6

STEP 2: SELECT FILE TRANSFER OPTION FROM MENU

STEP 3: GIVE FILE NAME IN THE SINGLE QUOTES

STEP 4: ADD TO LIST

STEP 5: SELECT THE VALID LIST OPTION

STEP 6: PRESS RECEIVE

NOTE : THE ARCHIEVED FILES MUST BE DEARCHIVED BEFORE RANSFORMATION
Back to top
View user's profile Send private message
bonniem

New User


Joined: 09 Aug 2005
Posts: 67

PostPosted: Tue Feb 21, 2006 6:22 pm
Reply with quote

Quote:
OPTION#2 : USING FTP IN DOS PROMPT

STEP1: GOTO ROOT DIRECTORY IN THE DOS

STEP2: TYPE FTP PRESS ENTER

STEP3: TYPE USER ID

STEP4: TYPE THE PASSWORD

STEP5: TYPE GET '<FILE NAME>' <NOTE PAD LOCATION> PRESS ENTER

STEP6: TYPE BYE TO COME OUT FROM FTP

OPTION#3: USING MAINFRAME


Adding to veena_nagesh2002

STEP1: GOTO ROOT DIRECTORY IN THE DOS

STEP2: TYPE FTP PRESS ENTER

STEP3: TYPE USER ID

STEP4: TYPE THE PASSWORD

5. set the local directory . LCD <DIR>
6. set the mainframe pds - CD 'pdsname'
7. MGET *.

all members in pds will be downloaded to the local directory.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts Duplicate several members of/in one l... JCL & VSAM 7
No new posts Mainframe Programmer with CICS Skill... Mainframe Jobs 0
No new posts How to Reformat a file using File Man... All Other Mainframe Topics 14
No new posts NDM getting stuck - mainframe/JCL All Other Mainframe Topics 13
Search our Forums:

Back to Top