check-ws

check-ws


check-resizing Index Level checkfiles (R83)
Syntax check-ws {port.number}
Category TCL
Type Verb
Description validates the integrity of the workspace for a given port.

If the port.number is not specified, the process prompts for it.

If the process works successfully, two numbers display:

0000 00

The first number, "0000", is the workspace status. The second number, "00", is the level.

The following chart illustrates the workspace status tally (note that the bits are grouped in four sets of four bits):

abcd efgh ijkl mnop

Where:

a  child.pcb dtally bad.
b  pcb fid bad.
c  pcb links bad.
d  scb bad.

e  dcb bad.
f  db table bad.
g  sws bad.
h  ovf.stk bad.

i  ibbeg fid bad.
j  FlashBASIC workspace bad.
k  fopen table bad.
l  local group lock table bad.

m  save.itm,list.active,list.active.2 bad.
n  available, not used.
o  pbuf begfid bad.
p  available, unused.
Options
See Also link-ws (R83) logoff port.number
Example check-ws 49
0040 01
The table above may be used to verify the output. In this example, the workspace status tally is 0040, which means that the basic workspace is bad. The "01" indicates that this process is at level "01".
Warnings
Compatibility D3 7.0 AP
check-resizing Index Level checkfiles (R83)