-
ATM.System
Hi All,
I am an absolute newcomer to Visual Basic. Actually I work on IBM TSO/ISPF. I am given a VB Tool (written by somebody else) to make use of it for my TSO.
So the scenario is like this. TSO can use some User Defined Macros on itself. But offlate the same functionality has been replicated in VB where in I have to access the TSO Details by executing a VB Tool.
Now when I am trying to execute this Tool. I am encountering a Problem. It says Compile Error (Can't Find Library or File) and then a window pops up giving References for my VB Project. In that I can see this Message MISSING : PBS2 : ATM Server (32Bit). Now as I don't have any idea, I took the same and am currently finding some references to the issue. In doing so I came across this Discussion Forum. Can anyone please guide me in this? Please let me know if you need more details.
The Error is occuring at this Call Function :
Private Sub CheckSessionStatus(OATM As ATM.System)
Your help will be highly appreciated.
Thanks!
MyPrecious.
-
Re: ATM.System
Welcome to the forums. :wave:
Do you have VB on your machine? Do you have the source code for the tool? Can you run the program in VB's IDE?
-
Re: ATM.System
Hii...!
Yes I installed VB 6.0 in my machine.Yes I suppose mine is an Integrated Development Environment!
Thanks!
MyPrecious
-
Re: ATM.System
2 things:
1: Post the entire function around "Private Sub CheckSessionStatus(OATM As ATM.System)"
2: Open up your .VBP file in NOTEPAD.EXE and paste the contents here.
-
Re: ATM.System
Hi!
Got a solution to my problem from one of my friends over here. This is what he has said :
As it is seen this is a Server Name : ATM Server. And for this particular Server there must be a .dll or .exec which is missing. So this particular .dll has to be assigned in the References and then has to be executed.
It worked.
Thanks to Hack for your time pondering over my question. Will be back if I have any other questions.
Thank You.
MyPrecious