I have been reading the Attachmate documentation, trying code and using Google for about 2 weeks. The questions I see online are advanced. I just need to know the steps to connect from VBScript or VBA to work with OpenVMS. I have also tried connecting to OpenVMS from inside of the VBA editor in the menu choice that is in Attachmate. I don't know the place to enter the UserName and PW.
Do I need to set something up in Attachmate before I start to write the code?
Maybe I stepped into this attempt in the middle or I'm missing some concept.
In VBA I am using
Set oR = CreateObject(Session2.xxxxx) I don't have the code in front of me right now.
OR.xxxx
OR.xxxx
OR. Connect
The connect keeps asking for the Password. I cannot find a place to set the Password.
I'm thinking that once I am connected, then I can use the
.Session methods and properties
Am I on the right track?
Thanks,
Kevin
Do I need to set something up in Attachmate before I start to write the code?
Maybe I stepped into this attempt in the middle or I'm missing some concept.
In VBA I am using
Set oR = CreateObject(Session2.xxxxx) I don't have the code in front of me right now.
OR.xxxx
OR.xxxx
OR. Connect
The connect keeps asking for the Password. I cannot find a place to set the Password.
I'm thinking that once I am connected, then I can use the
.Session methods and properties
Am I on the right track?
Thanks,
Kevin