SendELFApplid

Description

Send Application ID defined on the host to the TN3270 server

Syntax

ret = SendELFApplid ("Applid")

Parameters
ret Integer, output
  0 = OK
  Non zero = Error

 

Remarks

This Application ID  is defined on the host and is specific to the application that you're logging onto. Contact your host administrator for this information.

This is a PASSPORT function.

Example

Sub ZMain()
Dim Text, ret
ret = SendELFApplid ("Applid")
End Sub