Yahoo Web Search

Search results

  1. Oct 20, 2021 · 1.2 Other list-related commands; 1.3 Informational commands; 1.4 File-server and web function commands; 1.5 Other advanced commands; Section 2 List Owner and File Owner Commands. 2.1 File Management Commands; 2.2 List Management Commands; Section 3 LISTSERV Maintainer Commands. 3.1 Commands for LISTSERV on z/VM Servers Only; Section 4 More ...

  2. Query your subscription options for a particular list (use the SET command to change them). Using the "*" wildcard in place of the name of a single list queries subscription options on all lists on the server. Register's the user's full name field in LISTSERV's SIGNUP files, or changes the current value of that field.

  3. People also ask

  4. 153. You could declare a variable as a temporary table like this: declare @myList table (Id int) Which means you can use the insert statement to populate it with values: insert into @myList values (1), (2), (5), (7), (10) Then your select statement can use either the in statement: select * from DBTable.

    Usage example

    declare @myList dbo.MyTableType
  5. The DEFINE Command. The DEFINE command is used to define a new user variable and assign it a value. DEFINE may also be used to display the value of a specific user variable or to display the values of all user variables. Syntax for the DEFINE command. The syntax for the DEFINE command is: DEF[INE] [ variable_name [= text ]] where: DEF [INE]

  6. Oct 20, 2021 · Last updated 20 Oct 2021. Overview. Section 1 General Commands. Section 2 List Owner and File Owner Commands. Section 3 LISTSERV Maintainer Commands. Section 4 More Advanced Commands. Section 5 Sending Commands to LISTSERV. Section 6 Defining Personal Passwords.

  7. You can use the DEFINE command to view the definitions of these nine predefined variables in the same way as you view other DEFINE definitions. You can also use the DEFINE command to redefine their values, or you can use the UNDEFINE command to remove their definitions and make them unavailable. To view a specific variable definition, enter.

  8. Overview. This document is divided into six parts. The first three sections correspond to those commands available for use by the general LISTSERV user/subscriber, LISTSERV list owners and file owners, and the LISTSERV maintainer. The fourth section describes commands that could be used by more advanced users, or by users writing third-party ...

  1. People also search for