Yes, we need to connect to SAS by notebook. I've tried to change my configuration and used IP address of server, the type of error is changed, before it said the machine name is incorrect now it said the port is incorrect, could you help me to find how I can find SAS is using which port? config = '''
SAS_config_names=['loyalty']
loyalty = {'java' : '/usr/bin/java',
'autoexec' : 'options filesystem=hfs;',
'iomhost' : '192.168.**.176',
'iomport' : 8591,
'authkey' : 'loyalty',
'appserver' : 'lnzlwlgs****01.lnzl.co.nz'
}
'''
... View more