Determine if connections to FactSet are valid
x = isconnection(Connect)
x = isconnection(Connect)
returns x =
1
if the connection to the FactSet is valid, and x = 0
otherwise.
Establish a connection, c
, to FactSet data:
c = factset
Verify that c
is a valid connection:
x = isconnection(c); x = 1