.HOFF
! Example of how use CONNECT REPORT from Basic
! This example uses the sampel data from the UT library.
!
00010 REM &REM&
00100 CALL "IDPUB4",]6$,]7$,]8$,]9$ ! Set Idol-IV System Variables
00110 CALL "8ZPSYS",]SYSV$ !
00120 DIM REPORT$[10] ! Dimension REPORT$ for call
00130 LET REPORT$[1] = "UTXRAR01" ! Menu Name
00140 CALL "OOR",REPORT$[ALL] ! Call CONNECT REPORT
00150 RUN "ID" ! Program to run after Report
00200 END