|
-
Jan 9th, 2006, 09:15 AM
#1
Thread Starter
New Member
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.
Last edited by My_Precious; Jan 9th, 2006 at 09:17 AM.
Reason: More specific
-
Jan 9th, 2006, 09:42 AM
#2
Re: ATM.System
Welcome to the forums. 
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?
-
Jan 9th, 2006, 09:53 AM
#3
Thread Starter
New Member
Re: ATM.System
Hii...!
Yes I installed VB 6.0 in my machine.Yes I suppose mine is an Integrated Development Environment!
Thanks!
MyPrecious
-
Jan 9th, 2006, 11:44 AM
#4
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.
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Jan 9th, 2006, 11:45 AM
#5
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|