Results 1 to 5 of 5

Thread: ATM.System

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    4

    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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    4

    Re: ATM.System

    Hii...!

    Yes I installed VB 6.0 in my machine.Yes I suppose mine is an Integrated Development Environment!

    Thanks!
    MyPrecious

  4. #4
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    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.

  5. #5

    Thread Starter
    New Member
    Join Date
    Jan 2006
    Posts
    4

    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
  •  



Click Here to Expand Forum to Full Width