Search results

Jump to navigation Jump to search
View ( | ) (20 | 50 | 100 | 250 | 500)
  • The INPUT statement can be used with a file number of zero (i.e., #0) or without any file number to accept data from the keyboard. The status line contains the word "INPUT" ...
    6 KB (1,025 words) - 20:56, 22 January 2015
  • ...The sort is then executed creating the sorted file in either PD 3, BH 4 or Record out format. The sort control file is then deleted. The user's local TEMP FNBLDSORT(File_Name_Source$,OUTNM$,ABR$,MASK$,MAT RECORD$,INDIR$,INDRV$,OUTDIR$,OUTDRV$) ...
    15 KB (2,470 words) - 17:09, 11 July 2013
  • *Array size is limited by both memory allocation and number of entries. (See also Errors [[0120]] and [[2082]]) :3.) Maximum record length: [[32,000]] bytes (depends on size of your program, space required f ...
    9 KB (1,284 words) - 15:58, 13 July 2013
  • ...specifying SHR, OUTPUT or SHR, OUTIN and reading the record. An individual record within this file may be locked during use when either OUTPUT or OUTIN is al In multi-user systems, the RELEASE keyword releases all previous record locks. It removes RESERVE restrictions which have been initiated by the cur ...
    7 KB (1,138 words) - 21:09, 15 July 2013
  • ...ins information about one book that Murray has read; this line is called a record. How many records are in the above example? ...is reserved to store a particular type of data (i.e. name, social security number, date, etc.). ...
    18 KB (3,193 words) - 17:18, 16 August 2013
  • ...value (and thus each letter, number, or symbol) is assigned a number. The number that a particular character is assigned will differ according the collating ...including AIDX, DIDX, MAX$, MIN$ and ORD A, as well as the SORT Facility's RECORD specification and character comparisons used in IF statements. ...
    3 KB (420 words) - 20:14, 27 July 2015
  • The '''Open communications''' (OPE) [[statement]] equates a file number in a program with a [[serial port]] used for [[communications]]. Through as ...sions of Business Rules use the value of the WAIT parameter as the maximum number of seconds to wait for a device to accept each output character. Once this ...
    11 KB (1,729 words) - 15:59, 5 May 2014
  • ...number is 0, which also causes no checking to be performed. If the version number of an opened file is non-zero, it can be displayed by the STATUS FILES comm ...N) will result if the program attempts to use the first eight bytes of the record as the key field. ...
    15 KB (2,453 words) - 03:51, 23 August 2022
  • ...AT FIELD$, HELP "XXXX2;Pay Frequencies: \n W - Weekly\n B - Biweekly;":MAT RECORD$ ...ELD$, HELP "1B@Non-standard separation\ncharacter@1B@Normal is ;@&2;": MAT RECORD$ ...
    8 KB (1,224 words) - 15:22, 21 May 2016
  • 99900 PRINT "Unexpected Error Number";ERR 99910 PRINT "occurred at line number";LINE ...
    2 KB (388 words) - 19:30, 21 May 2014
  • Writes the customer number and email to file #3, which we just opened. (File numbers can be replaced w This will read the first record in the file and store it under the variable names cusnum and email$. But th ...
    1 KB (243 words) - 21:45, 2 February 2015
  • When using the copy command, you may specify a drive letter or number, and a path. You may also use [[wildcard characters]] '''?''' and '''*''' i ...ernal file SAMPLE from a disk in drive A to a disk in drive B, setting the record length of the new file at 128: ...
    8 KB (1,276 words) - 14:35, 25 September 2017
  • ...course, hardware-dependent; as the power of the CPU increases, so can the number of CPU-intensive tasks. ...will check to make sure that a record is free, but it will not reserve the record (thus a RELEASE parameter will have no effect on this system). ...
    14 KB (2,181 words) - 11:52, 14 February 2019
  • RECORD I,106,2,C,"TX","TX",OR RECORD I,106,2,C,"LA","LA",OR ...
    28 KB (4,683 words) - 19:58, 9 June 2023
  • ...mparisons used in [[IF]] and [[FOR]] [[statements]], and the printing of a number in default format (PRINT X). ...ecimal point and your line. Subtract at least one, but preferably two. The number you end up with is the RD setting you should specify. ...
    7 KB (1,086 words) - 02:59, 21 January 2020
  • ...he starting and ending rows and columns are displayed. STATUS displays the number of lines read for each active procedure. ...ogram or procedures currently exist in memory, STATUS displays the release number of the current Business Rules. ...
    12 KB (1,807 words) - 16:42, 15 August 2018
  • ...on hard disk, usb or other location). This selection is made with the file number. In the chapters on internal files, it was stressed that a file must be ope The parts above are: Line number, File number, File ID String, File Type, and Type of Use. ...
    21 KB (3,582 words) - 17:22, 4 June 2014
  • ...red items. It sets FKEY to 99 and continues with to the program to WRITE a record to the file. ...user can click "Yes" (which sets the FKEY value to 8 and displays the next record in the file, or "Quit", which sets the FKEY value to 9 and will end the pro ...
    8 KB (1,187 words) - 15:16, 21 May 2016
  • ...sing the relative method of file access. Soon you will be able to read any record in an internal file at any time and in any order. Also, this chapter will i *Define relative file processing and relative record number. ...
    37 KB (6,281 words) - 17:21, 16 August 2013
  • *Support for 64 bit Record Locking (No 2GB Limit!) Licenses will be issued based on number of workstations or number of BR WSIDs. ...
    5 KB (894 words) - 15:10, 22 May 2016
  • LIST [ [-]<[[line number]]>[-] ] [< <input file>] [<line number> [<line number>] [{~"<[[string]]>"|~'<string>'|"<string>"|'<string>'}][...3x] [REPLACE "<s ...he specified '''line number'''. The '''line number''' may be either a line number or a line label. Use a dash (-), either before or after a line reference, t ...
    7 KB (1,223 words) - 19:32, 30 September 2014
  • ...to repeat sections of a Form statement. The repeat factor may be either a number or a variable. Thus, the following is now valid: The line number or label of a FORM statement must be included in a [[USING]] clause within ...
    12 KB (1,914 words) - 14:30, 5 May 2014
  • # Display a record of duplicate keys on the screen. ...y start position''' and '''next key start position''' specify the starting record positions of each key field. Up to '''six''' starting positions may be spec ...
    9 KB (1,571 words) - 15:34, 4 March 2021
  • WAIT= specifies the number of seconds the system should wait for operator input before responding with ...ndition traps time-out errors (error code [[4145]]) and specifies the line number of an appropriate error-handling routine. ...
    3 KB (524 words) - 00:02, 6 May 2014
  • ...include things such as: “Name”, “Address”, and “Order #”; WIDTHS gives the number of columns of the screen that each column should take up: 10, 10, 6; and FO 00003 data "Item","Color","ID number" ...
    7 KB (1,085 words) - 01:29, 16 July 2013
  • |width="10%"|'''BTN'''||Button number if an existing button is to be changed. If this parameter is omitted the n ...TN'''||The number of the button to be cleared. If blank the last, highest number, button will be cleared. If equal to 99 all buttons will be cleared. ...
    25 KB (3,874 words) - 17:09, 11 July 2013
  • ...Config]] Option'' statement. Most can be disabled with a ''Config Option [number] Off'' statement. |'''4'''||pads to record length for display out if EOL=NONE ...
    11 KB (1,724 words) - 16:50, 25 July 2020
  • ...have a submit line like this, which will provide a button called 'Click to Record' to send the information to your BR program: <input type="submit" value="Click to Record"> ...
    8 KB (1,362 words) - 21:09, 15 July 2013
  • ...xecuted, the display file STATES could be used for input by using the file number, #2. ...resizes the BR full screen window. This also lets you optionally sets the number of buttom rows (0-3). See [[Open Window]] for more information on windows. ...
    17 KB (2,787 words) - 15:00, 27 January 2017
  • ...]], or [[RINPUT SELECT]] operation. With parameters, NxtFld can be used to record the field (same as the C control [[attribute]]) and/or an attribute for the ...ning the cursor when input was ended. Also, line 130 will print the column number (30 through 39). ...
    9 KB (1,383 words) - 18:21, 23 September 2014
  • ...lash (/) separates the first and second second keys' start point and size (number of positions in the file). ...it's important for files to have unique keys. Using time and date within a record is one way of differentiating each entry. ...
    3 KB (574 words) - 01:03, 16 July 2013
  • ...he information in the record’s key field, or the field that identifies the record. ...ated. Any part number that you want can be accessed just by using the part number as the value of the key field. ...
    52 KB (8,954 words) - 17:21, 16 August 2013
  • ...ey match. Using this method also activates the "cookie parser" which will record incoming cookies too, which may be handy if you're using this in combinatio Extra header to use when getting a web page. You may specify any number of extra headers. ...
    4 KB (676 words) - 15:55, 8 August 2013
  • ::*FNFIL - create a file number that will increment by 1 each time a batch is created ::*FNFILEOK - Check version number ...
    10 KB (1,616 words) - 15:43, 27 November 2014
  • WAIT= specifies the number of seconds the system should wait for operator input before responding with ...ndition traps time-out errors (error code [[4145]]) and specifies the line number of an appropriate error-handling routine. ...
    10 KB (1,566 words) - 16:41, 22 September 2014
  • FNLOADFONT$*50(NUMBER$,FONTCALL$*50;FONT$*100,OUTFILE) |width="10%"|'''REPORTLOG '''||Optional file number for a report log to be processed. Generally omitted ...
    24 KB (3,697 words) - 17:09, 11 July 2013
  • 4. The line number of the error causing statement is displayed in the status line just to the 2. The system variable LINE is automatically set to the line number containing the statement causing the error. <br> ...
    31 KB (5,144 words) - 01:19, 16 July 2013
  • ...the problem if there is a problem. If the open was unsuccessful, the file number will automatically be closed and made ready to try again. Simply read the r *MOVEFIRST (FIRST) – Returns the first record of the last SELECT statement ...
    30 KB (4,832 words) - 22:42, 15 October 2013
  • *Use and design a record layout. ===14.1 Determining the record layout=== ...
    65 KB (11,096 words) - 19:43, 11 April 2018
  • ...ate format (mdy/ ymd/ dmy etc.). These formats are intended to reduce the number of changes required for Y2K compliance, and to ease [[ODBC]] access to date ...P to indicate the storage format. In this case it will be processed as a number with baseyear applied in accordance with the length as follows: ...
    22 KB (3,410 words) - 19:20, 17 July 2013
  • Business Rules! has a number of features which are designed to make error detection easier.  To learn mo ...ror code is 0726.  Next to the error code is the number 00070; this is the number of the program line where the error occurred. ...
    30 KB (4,957 words) - 17:20, 21 December 2019
  • #A [[line number]]. ...y of a primary keyword [[RETURN]] or [[RETRY]] for instance, only the line number and optional programmer's remarks or a line label are permitted with these ...
    18 KB (2,724 words) - 14:33, 5 May 2014
  • ...ey match. Using this method also activates the "cookie parser" which will record incoming cookies too, which may be handy if you're using this in combinatio ...ameters - Extra header to use when getting a web page. You may specify any number of extra headers. ...
    5 KB (863 words) - 12:04, 13 September 2019
  • a number of undesireable symptoms, including assertion failures. [[4194]] null record encountered ...
    21 KB (3,294 words) - 16:24, 13 July 2013
  • WAIT= specifies the number of seconds the system should wait for operator input before responding with ...ndition traps time-out errors (error code [[4145]]) and specifies the line number of an appropriate error-handling routine. ...
    11 KB (1,785 words) - 00:10, 6 May 2014
  • ...may appear in any row or col FIELDS specification and overrides the window number that follows the PRINT/INPUT/RINPUT keyword. INPUT [#<window number>,] FIELDS {[[MAT]]< [[string array]]>|<[[string expression]]>|"<[[field spe ...
    15 KB (2,297 words) - 04:01, 31 July 2022
  • ...nter a name, a date of birth, and a social security number before saving a record. ...
    7 KB (915 words) - 14:41, 5 May 2014
  • ...s before they can be accessed with PRINT statements. Special device [[file number]]s are [[255]] for the printer and 0 for the screen. PRINT #{<[[file number]]>|<window number>} : {[<data item>]|[ [[MAT]] <[[array name]]>]|[ [[TAB]](<[[numeric express ...
    8 KB (1,329 words) - 15:45, 23 September 2014
  • 00430 ! Open File And Record Answers<br> 01090 print fields "2,2,c 42": "Would you like to add a new record?"<br> ...
    22 KB (2,529 words) - 15:25, 16 July 2013
  • Example where all arrays are one dimensional and may have the incorrect number of elements: CNT - The number of cells specified. ...
    17 KB (2,654 words) - 19:39, 16 January 2017
View ( | ) (20 | 50 | 100 | 250 | 500)