{ DAY }{ CENTURY-DATE }{ CENTURY-DAY }{ TIME }{ DATE-AND-TIME }{ DAY-OF-WEEK }{ TERMINAL-INFO }{ SYSTEM-INFO }{ COMMAND-LINE }{ THREAD HANDLE }{ WINDOW HANDLE }{ CONTROL }{ STANDARD OBJECT Object-Name}{ EXCEPTION STATUS }
ACCEPT [ ( {Identifier-3}, {Identifier-4} ) ] {screen-name-1}{OMITTED }[ UNTIL Condition-1 ][ ON {EXCEPTION} [Key-Dest] Imperative-Statement-1 ]{ESCAPE }{ESCAPE }[ END-ACCEPT ]
AT LINE NUMBER {Identifier-3} [CELL ]AT {COLUMN } NUMBER {Identifier-4} [CELL ]{COL } {Integer-2 } [CELLS ]{POSITION} [PIXEL ]{POS } [PIXELS]WITH PROTECTED SIZE Length {BEEP}{UNDERLINE }{UNDERLINED}WITH {BLINKING}{BLINK }{HIGHLIGHT}{HIGH }{BOLD }{LOWLIGHT }{LOW }{STANDARD }{REVERSE-VIDEO}{REVERSE }{REVERSED }WITH {COLOR } Color-Val{COLOUR}{FOREGROUND-COLOR } IS Fg-Color{FOREGROUND-COLOUR}{BACKGROUND-COLOR } IS Bg-Color{BACKGROUND-COLOUR}OUTPUT {JUSTIFIED} {LEFT }{JUST } {RIGHT }{CENTERED}WITH {CONVERSION}{CONVERT }{ NO-ECHO }{ SECURE }{ OFF }{ DEFAULT [IS Default] }{ UPDATE } {AUTO }{AUTO-SKIP }{AUTOTERMINATE}{TAB }{UPPER}{LOWER}{REQUIRED }{EMPTY-CHECK}{FULL }{LENGTH-CHECK}{ZERO-FILL }{NUMERIC-FILL}CONTROL KEY IN Key-DestBEFORE TIME Timeout
ACCEPT Dest-Item FROM SCREENAT LINE NUMBER Line-NumAT {COLUMN } NUMBER Col-Num{COL }{POSITION}{POS }[END-ACCEPT]
{ENVIRONMENT }[ ON EXCEPTION Statement-1 ][END-ACCEPT]
ACCEPT {Control-Handle}{CONTROL }[ ON {EXCEPTION} [Key-Dest] Statement-1 ]{ESCAPE }{ESCAPE }[END-ACCEPT]
AT LINE NUMBER Line-Num [CELL ]AT {COLUMN } NUMBER Col-Num [CELL ]{COL } [CELLS ]{POSITION} [PIXEL ]{POS } [PIXELS]WITH {BELL}{BEEP}BEFORE TIME TimeoutCONTROL KEY IN Key-Dest
ACCEPT EVENTBEFORE TIME Timeout[ ON {EXCEPTION} [Key-Dest] Statement-1 ]{ESCAPE }{ESCAPE }[END-ACCEPT]
14. Mnemonic-name-1 can be SYSIN or CRT.
13.
01 terminal-abilities.For performance reasons, screen width and screen height are actually inquired only the first time that TERMINAL-INFO is accepted from the TERMINAL-ABILITIES. The next times the runtime returns the stored information. Due to this rule, the returned information becomes unreliable if the user changes the screen resolution in the system during the runtime session. In order to disable the optimization and have the runtime inquire the system every time that TERMINAL-INFO is accepted from TERMINAL-ABILITIES, set iscobol.terminal.info.refresh_monitor (boolean) * to true in the configuration.
14.
01 system-information.88 os-is-win-nt values "Windows 20", "Windows XP", "Windows Vi", "Windows 7", "WINDOWS", "Windows Se", "Windows 8", "Windows 8.", "Windows 10".The serial-number field receives the serial number associated to the runtime license.Note - If your current JVM was released before the current operating system, then the operating-system field value may not be accurate.
18.
o
The line and column coordinates can be specified between parenthesis soon after the ACCEPT word. This is a Microsoft COBOL extension and requires the -cms compile flag.
The value of mouse-flags is the sum between one or more of the following values:
MOUSE FLAGS 2046
58.
*> Accept current day of the yearaccept mydatetime from date-and-time
accept f-name from environment-value
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |