Entering Data

When you enter data, you can:

When you are modifying attributes or filtering data, you should be aware of the following conventions governing the entry of data into a Web User Interface field:

Character values
A character value is represented directly but you should note the following points:
CVDA or EYUDA values
Type in the value. These values are not case sensitive and can be typed in any combination of upper and lower case.
Date
Type in the date using the format and date separator configured for your Web User Interface server. The format and date separator are defined using the DATEFORMAT and DATESEPARATOR Web User Interface server initialization parameters, respectively. For information about the DATEFORMAT and DATESEPARATOR parameters see CICS Transaction Server for z/OS Installation Guide.
Time
Type in the time using the time separator and decimal separator configured for your Web User Interface server. The time and decimal separators are defined using the TIMESEPARATOR and DECIMALSEPARATOR Web User Interface server initialization parameters, respectively. For information about the TIMESEPARATOR and DECIMALSEPARATOR parameters see CICS Transaction Server for z/OS Installation Guide.
Numbers
Type in the required number. You can use either a period (.) or a comma (,) as a decimal separator, when required. You should use the separator configured for your server. A comma or period can only be used as a decimal separator. For example
10,000.1
is not a valid number, it should be
10000.1
Hexadecimal fields
There are two ways to deal with hexadecimal strings:
Bitstrip fields
A bitstrip field displays a series of 32 bits as a string of bits and bit sequences separated by commas. To set a bit on add the bit number to the string. To set a sequence of bits on add a bit sequence (as described below) to the string. To set a bit off, remove the bit number from the string or modify a bit sequence containing that bit so that it is no longer included in the sequence. The syntax rules are:

Using the Web User Interface Contents Page - Help Contents Page - Notices