Hello All,
I am new and don't have knowledge on mainframe macros.
Could you please help me with Macro for copying the number/identifier from mainframe emulator hummingbird to Excel and then reject the request and then open another request and perform the same action copy from mainframe and paste into Excel and so on till the last row/request is reached. The number of rows/request is not known we can limit it to any number if the fixed number of rows are needed. The number/identifier length to copy after opening the request is would be 9 bytes.
Copying from Emulator Hummingbird to Excel
-
- Posts: 2
- Joined: Tue Nov 14, 2017 12:47 pm
- Skillset: Beginner. Want to learn how to write and use mainframe macros
- Referer: Google Search
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Copying from Emulator Hummingbird to Excel
I am new and don't have knowledge on mainframe macros.
irrelevant ...
You will need to learn about <hummingbird> macros

and ...
hummingbird is NOT a mainframe emulator , it is a 3270 terminal emulator
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Posts: 2
- Joined: Tue Nov 14, 2017 12:47 pm
- Skillset: Beginner. Want to learn how to write and use mainframe macros
- Referer: Google Search
Re: Copying from Emulator Hummingbird to Excel
Thanks much for your reply. Could you please help me with the macro code or point me in right direction
Thanks again
Thanks again
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Copying from Emulator Hummingbird to Excel
look at the hummingbird manuals
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: Copying from Emulator Hummingbird to Excel
Alternatively, FTP (or whatever) the data set (not a file) to the machine where the Excel is running(the data will now be in a file) and load the file to Excel.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
-
- Global moderator
- Posts: 2105
- Joined: Thu Jun 03, 2010 6:21 pm
- Skillset: Assembler, JCL, utilities
- Referer: zos.efglobe.com
Re: Copying from Emulator Hummingbird to Excel
NicC's solution is the most generically viable solution, but it is quite difficult to create XLS or XLSX data on a mainframe. The usual method is to create text type CSV data on the mainframe and send it to the workstation. This is not necessarily the most ideal solution, as CSV can't do some of the fancy formatting some of the spreadsheet programs like Excel can do, but at least the data can be sent.
Rather to my surprise I discovered CSV data can contain spreadsheet formulas for at least some spreadsheets. OpenOffice / Libreoffice as well as Excel will take formulas.
Rather to my surprise I discovered CSV data can contain spreadsheet formulas for at least some spreadsheets. OpenOffice / Libreoffice as well as Excel will take formulas.
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: Copying from Emulator Hummingbird to Excel
from the wording it looks like the TS wants to script some 3270 screen sequence
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Copying All Data Off An Old Mainframe
by zunebuggy » Wed Sep 25, 2024 1:10 am » in Mainframe Security - 0
- 1578
-
by zunebuggy
View the latest post
Wed Sep 25, 2024 1:10 am
-
-
-
emulator 3270 "divided" into 2 Screens ??
by swist10 » Thu Jan 05, 2023 6:50 pm » in Simulators & Emulators - 0
- 5247
-
by swist10
View the latest post
Thu Jan 05, 2023 6:50 pm
-
-
- 1
- 2553
-
by sergeyken
View the latest post
Fri Jun 25, 2021 10:55 pm