Commit 4ce9f5c 1 parent 432b7b6 commit 4ce9f5c Copy full SHA for 4ce9f5c
File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : File Transfer
3
+ hide :
4
+ - toc
5
+ ---
6
+
7
+ ## Upload a File from PC to Mainframe
8
+
9
+ 1 . Log into TSO session
10
+ 2 . Go to READY prompt (exit ISPF)
11
+ 3 . Enter command: ` IND$FILE PUT CLEANUP.PROC ASCII CRLF LRECL(80) RECFM(F) `
12
+ 4 . Press Enter. You should see a message at the top of the screen "File transfer in progress"
13
+ 5 . Press ESC to go to ZTI shell mode
14
+ 6 . Enter command: ` upload /path/to/laptop/file.txt `
15
+ 7 . ZTI will upload the file and return you to the TSO READY prompt
16
+ 8 . Repeat from step 3 to upload more files.
17
+
18
+ ## Download Files from PC to Mainframe
19
+
20
+ 1 . Log into TSO session
21
+ 2 . Go to READY prompt (exit ISPF)
22
+ 3 . Enter command: ` IND$FILE GET CLEANUP.PROC ASCII CRLF `
23
+ 4 . Press Enter. You should see a message at the top of the screen "File transfer in progress" and a countdown of bytes.
24
+ Wait until the message disappears.
25
+ 5 . Repeat steps 3 and 4 for as many files as you want to download.
26
+ 6 . Press ESC to go to ZTI shell mode
27
+ 7 . Enter command ` downloads ` to see a list of pending downloaded files.
28
+ 8 . Enter command ` receive /path/to/laptop/file.txt ` . This will bring in the first file from the downloads list. Note
29
+ that shell expansions like ` ~ ` do not work!
30
+ 9 . Repeat steps 7 and 8 for all the available files.
31
+ 10 . Enter command ` goto ` to return to the TSO READY prompt.
Original file line number Diff line number Diff line change 3
3
- Colors : colors.md
4
4
- Screen Sizing : screen-sizing.md
5
5
- Security : security.md
6
+ - File Transfer : transfer.md
6
7
- API Reference :
7
8
- ati : ati.md
8
9
- ati (compatability) : ati-compat.md
@@ -89,4 +90,4 @@ markdown_extensions:
89
90
- pymdownx.details :
90
91
- pymdownx.tabbed :
91
92
92
- copyright : Copyright © IBM 2022, 2023
93
+ copyright : Copyright © IBM 2022, 2025
You can’t perform that action at this time.
0 commit comments