Variable display examples

Last Updated : Sep 08, 2012 |

Refer to the values assigned in Table A hen looking at the example outputs in Table B.

Table A

Variable

Description

Type

Scope

Length

Start

Assignment

VAC

A

testing for processing time

vdntime

L

B

digits for ani testing

collect

G

16

1

1234567890123456

C

ASAI announce definition

asaiuui

L

1

3

D

test with null value

collect

G

1

4

E

total executed vector steps

stepcnt

L

G

value type

value

G

1

5

VV1

T

time of day, military time

tod

G

1708

V

set to active VDN for call

vdn

L

active

W

day of week, 1=Sunday

dow

G

3

X

caller ID

ani

L

16

1

Y

day of year

doy

G

102

Z

temporary value

collect

L

4

1

Table B

For

Based on the values in Table A, the following text is displayed

Edit (i/d/v/c/u): v A

Var A: testing for processing time VDNTIME L

Edit (i/d/v/c/u): v B

Var B: digits for ani testing COLLECT G L=16 S=1 ASGN=[1234567890123456]

Edit (i/d/v/c/u): v C

Var C: ASAI announce Definition ASAIUUI L L=1 S=3

Edit (i/d/v/c/u): v D

Var D: test with null value COLLECT G L=1 S=4 ASGN=[]

Edit (i/d/v/c/u): v E

Var E: total executed vector steps STEPCNT L

Edit (i/d/v/c/u): v G

Var G: value type VALUE G L=1 ASGN=[5] VAC=VV1

Edit (i/d/v/c/u): v T

Var T: time of day, military time TOD G ASGN=[1708]

Edit (i/d/v/c/u): v V

Var V: set to active VDN for call VDN L ASGN=ACTIVE

Edit (i/d/v/c/u): v W

Var W: day of week, 1=Sunday DOW G L= S= ASGN=[3]

Edit (i/d/v/c/u): v X

Var X: caller ID ANI L L=16 S=1

Edit (i/d/v/c/u): v Y

Var Y: day of year DOY G ASGN=[102]

Edit (i/d/v/c/u): v Z

Var Z: temporary value COLLECT L L=4 S=1