Specifying input parametersUsing LCDS Print Description Language 2-53OptionsDefault No defaultTCODE command examplesFollowing are a few examples of how to use the TCODEcommand.Example 1 The basic character set used for default types is ASCII. Thekeyboard display has uppercase and lowercase charactercapability:Example 2 The basic character set used for default types is EBCDIC. Thekeyboard display has uppercase and lowercase charactercapability:Example 3 The basic character set used for default types is ASCII. Thekeyboard display is limited to uppercase only.The # symbol functions as a case switching operator.Table 2-55. TCODE TRESET parameter options and definitionsOption Definitiontypespec A typespec may be coded as a single integer, n, within the range of 1 through 7.NUMERIC may be used instead of 1; ALPHA may be used instead of 2.inputspec An inputspec for this parameter is the same as defined for TASSIGNparameter, or it can be ALL, which specifies that all characters in the code tableare disassociated from the specified types. The TRESET parameter may bespecified more than once in the TCODE command.ALL Resets all types for all characters.T1: TCODE DEFAULT= ASCII,TASSIGN=(3,(A'A',-,A'Z')),TASSIGN= (4,(A'a',–,A'z'));T2: TCODE DEFAULT= EBCDIC,TASSIGN= (3,('A',–,'I'),'J',–,'R'), ('S',–,'Z')),TASSIGN= (4,'a',–,'i'),('j',–,'r'),('s',–,'z'));T3: TCODE DEFAULT= ASCII,TASSIGN=(3,(A'A',–,A'Z')),TASSIGN= (4,(A'#A',–,A'#Z'));