isconnection

Determine if connections to FactSet are valid

Syntax

x = isconnection(Connect)

Arguments

Connect

FactSet® connection object created with factset.

Description

x = isconnection(Connect) returns x = 1 if the connection to the FactSet is valid, and x = 0 otherwise.

Examples

Establish a connection, c, to FactSet data:

c = factset

Verify that c is a valid connection:

x = isconnection(c);
x = 
    1

See Also

| | |

Introduced before R2006a