DictionaryForumContacts

   English
Terms for subject Microsoft containing 9Y | all forms
EnglishPolish
9+ participants>9 uczestników (An indicator that is displayed in the meeting roster when there are more than nine participants in the meeting)
PIC S9 COMP Integerliczba całkowita PIC S9^4 COMP (A 16-bit COBOL data type that represents signed arithmetic operations occupying 2 bytes of storage, and can take on values from -9999 to +9999 or -32768 to +32767. A PIC S9 COMP integer is normally analogous to an Integer data type in Microsoft© Visual Basic© and a Short Integer in C when referring to 32-bit)
PIC S99 COMP Integerliczba całkowita PIC S99 COMP (A 32-bit COBOL data type that represents a 4 byte signed arithmetic operation, and can take on values from -999999999 to +999999999 or -2147483648 to +2147483647, depending on compiler options. A PIC S9(9) COMP Integer is similar to a Long Integer in C)