Find code from mainframe system to get values

Alpacino

Well-known Member
Joined
Mar 16, 2011
Messages
511
Hi,

My work uses a mainframe to for all it's figures which is on the computer along with normal Microsoft programmes. What I would like to do is create a macro that will get values from mainframe programme and paste them into excel. I can do this normally but when I record a macro all it has in the code is the paste bit.

Is there a way of developing this??
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
There are many questions to be answered before a solution can be attempted.
1. What type of mainframe>
2. What does figures mean, graphic images or flat file text data?
3. How do you get "figures" from mainframe to pc?
4. Is pasting what you really want?

If I was getting a flat file from TSO/MVS, I would use FTP in a BAT file to import the file. I would then get the data from the text file and do what I needed.
 
Upvote 0
Hi
I like to paste values from mainframe it's a database system for sales etc

I can crtl C to copy text from mainframe and
Crtl V to paste into excel file.
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,828
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top