Google
 

Trailing-Edge - PDP-10 Archives - AP-4171F-BM - uetp/lib/sender.exe
There are 20 other files named sender.exe in the archive. Click here to see a list.
?p  ?hP?x " 
 
<++2	`N`( P223 	N BP BP 	N@@	0 " B	1 	O B	2 " $	1%+	U 	2 B	> " B	1 	> B	2 " $	1%+	\ 	2 B	? *	1 	] B(@@(\"(\$	]@ 
\" 	_ &#+	c  +	g 	h1B+I0B-+F "b 	i,s,z 	B`B`+	s 	2 B	M\"M BH\"N BI BH 	t BG "W BG@@J "@ BI\" BJ "@ BK\"M,m 	NO@	+	w, "	 BK "G $	y24ab+_\"	z,I+VZ,+V\$	},f,~,!" B	\"	 B	 "G $	24ab+h\"
+I D	/\$
,f,~,!" B	@@	+\"	+ 	/!&
6@	+\"	+ B	\"
 B	 "G $	24ab+u\"
+I D	0,b,~ 	/ 
+
 	01B +{ 
+
S	/X	0 BGO@	0,~ 
 $\&
,\$
,f,~,!" B	\"
 B	 "G $	24ab+	\"
,I+V D	1,b,~ 	1 
+
" 	1\$N &@ (4
( $@/\"N,+
Z	1	+ @@	1,~\$
+,f,~ 
, $\&
,,\$
1,f,~ "G $
224ab+\"
3,I+V[,b,~\"\\&}+V 
7 $@\&
8,\$ &@@ $@/\",,~\$
<,f,~,b,~\"Q,~\$
=,f,~,b,~O@	,+3<+0\"
?,I,~ " $Z4Db\"
C,~ " U$@@+ + \"
C,~ 
C B\"
D $,>,,^<<-<5 B,4\"
I \"
K\"\"
K,~,>,>,>,>,>,>C<
L,> B,4,+  
C B\"N  &@@4S $@/\"N, 
Q $D 
R &@+ +  $@/\"N, V,~ B\"	E\"
R \"	E,+<+a "G $
V24`b+
W,+b 
X@@	)*"	+ "b
X D	) "G $	)24ab+b\"
Y+I BH,^D ^E "r BG "G $
[24+D E+D B	A 	> B	@@@	@@@	? " $	?$+
a 	?A
b6@+
h,~ B	B@@	C 	> B	C 	i B	D " $	B$+
n 	BA
o1B,~ "
p,I+z 
v@@	*"	,~\"N6@	0,~7@	0+
ZG
ad+
 
w BG@@	0+V\"
w,I+P,>,>,>,>,>,>C<
L,> B D F@@ 
}*"M "G $
24ab+ ,I,~ @ \$4,~@@+*&" \" $d $D\"^$@H\"},>&\(,8,^ &\(,8 *"
+61B
+61B	+6\",\ " ;=j/+5,>,>,>C<
,>  &$,> &J+ $,^&$,> J+ $,^J+ ,~@4~4(-404@)4H"4P`4X4`04h(84x555(SENDER>EFF+0+0
SENDER Program

FUNCTION	THIS PROGRAM IS MEANT TO BE USED BY THE BATCH
	TEST CREATOR FOR UETP COMMUNICATION.  ALL EVENT AND 
	ERROR CONDITIONS OCCURING IN THE BATCH TEST CAN BE RELAYED
	TO THE UETP VIA THIS PROGRAM.  THERE IS NO OTHER WAY
	TO COMMUNICATE WITH THE UETP.



COMMANDS

        a.      Commands which qualify the messages to be sent.  

                1.      TEST NAME <text>

                        The first 10 characters of <text>  go  into  the
                        test name field of all messages to be sent until
                        the next "TEST NAME" command.

                2.      BLABEL <text>

                        The first 10 characters of <text>  go  into  the
                        batchest  label field of all messages to be sent
                        until the next "BLABEL" command.

                3.                           /  MAJOR  \
                                            /   MINOR   \
                         TYPE  (OF MESSAGE) \   END     /
                                             \  ERROR  /
                                              \ START /


                        A code corresponding to  message  type  will  be
                        placed  into  the  message  type  field  of  all
                        messages sent until the next "TYPE"  command  is
                        given.  The message types are:


                        MAJOR   major run milestone
                        MINOR   minor run milestone
                        ERROR   errors  
                        END             end of run (a major milestone message)
                        START   start of run (a major milestone message)



        b