Send Application ID defined on the host to the TN3270 server
ret = SendELFApplid ("Applid")
ret | Integer, output |
0 = OK | |
Non zero = Error |
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.
Sub
ZMain()
Dim Text, ret
ret = SendELFApplid ("Applid")
End Sub