.PL63 .PN1 L....T..T.........................................R..L...............A .FO2 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA>@@ [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ UNOTE 43‰ Page # of 2 Ref: UNOTE 43~ From‰:‰ Customer Services~ 16 Oct 89~ Re‰ :‰ Additional ufill documentation~ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA>@@ [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ L.......T.......T.......T.......T.......T.......T.......T.......T....R The following information on the Uniplex Screen Builder utility (ufill) was omitted from Chapter 10 of the Version 6 Administration Guide. It has been included in the Version 7 documentation. Using the file = type syntax as described on page 10-10 of the Uniplex@@ AAAAAA IIII Version 6 Administration Guide, the following additional type is@@ IIII available: ....H.........L......................................................R write file will be created if it does not exist@@ AAAAAA L.......T.......T.......T.......T.......T.......T.......T.......T....R If the data_type of a label is set to char in the :LABELS section of a@@ IIIIIIIII AAAA ufill definition (see page 10-10 of the Version 6 Administration Guide), an options clause may also be included:@@ BBBBBBB ....L...T.......T.......T.......T.......T.......T.......T.......T....R options = display_attribute@@ AAAAAAA IIIIIIIIIIIIIIIII where display_attribute is one or more of the following:@@ IIIIIIIIIIIIIIIII ....H.........L......................................................R zap If there is a default set for the field, when the user@@ AAA begins to type in another value, the default entry is erased from the screen. tolow The user input to this field will be displayed in@@ AAAAA lower-case characters automatically. This option cannot be used together with toup or nodisp.@@ AAAA AAAAAA toup The user input to this field will be displayed in@@ AAAA upper-case characters automatically. This option cannot be used together with tolow or nodisp.@@ AAAAA AAAAAA nodisp The user input is not displayed on the screen; this@@ AAAAAA feature is useful when passwords are entered. This option cannot be used with tolow and toup.@@ AAAAA AAAA L.......T.......T.......T.......T.......T.......T.......T.......T....R The following keywords may be used in the :COMMANDS section of a ufill definition. These are in addition to the keywords described on page 10-19 of the Version 6 Administration Guide. ..L.........R..L................................T.......T.......T....R paste used to write a text string, ufill variable, or shell@@ AAAAA variable to clipboard 9.~ For example:~ paste $(L0) $(L1)~@@ IIIIIIIIIIIIIIIII would paste the contents of the variables $(L0) and $(L1) into clipboard 9. write used to write a text string, ufill variable or shell@@ AAAAA variable, to a named file~ For example:~ WRITE $(PASTE9) "$(sname)"~@@ IIIIIIIIIIIIIIIIIIIIIIIIII would write the contents of the ufill variable $(sname)@@ IIIIIIII to the file specified by the variable $(PASTE9).@@ IIIIIIIII .PA append used to append a text string, ufill variable or shell@@ AAAAAA variable to a named file.~ For example:~ APPEND $(PASTE9) $HOME~@@ IIIIIIIIIIIIIIIIIIIIII would append the contents of the shell variable $HOME@@ IIIII to the file specified by the ufill variable $(PASTE9).@@ IIIIIIIII L.......T.......T.......T.......T.......T.......T.......T.......T....R The paste, write, and append keywords may be in either upper or lower case. L.......T.......T.......T.......T.......T.......T.......T.......T....R The following additional facility is available in the :MAPS statement of the ufill definition (see pages 10-15 to 10-18 of the Version 6 Administration Guide): H...L...T.......T.......T.......T.......T.......T.......T.......T....R o Test One Variable Against Another:@@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ....L...T.......T.......T.......T.......T.......T.......T.......T....R test $(variable1) operator $(variable2) "error message"@@ AAAAAAAIIIIIIIIIA IIIIIIII BBIIIIIIIIIB BIIIIIIIIIIIIIB where variable1 and variable2 are fields from the :SCREEN section@@ IIIIIIIII IIIIIIIII or command line variables, operator is any logical operator except@@ IIIIIIII "less than" or "less than or equal to", error message is an@@ IIIIIIIIIIIII alphanumeric string to be displayed on the screen if the result of the test is true. For example: test $(FIRST) > $(LAST) "First page to print is higher than last" This tests the value entered for the first and last pages to be printed of a file, and stops execution of the screen if the first page number is higher than the last.