1
! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3
! MIDAS procedure showmidas.prg to display the current settings in MIDAS
4
! K. Banse 920102, 921007, 930107, 931029, 950331
10
! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12
if mid$sess(15:15) .eq. "P" then
14
"MIDAS version {mid$sess(16:20)} in parallel mode on" {mid$sys(1:20)}
17
"MIDAS version {mid$sess(16:20)} in single user mode on" {mid$sys(1:20)}
20
inputc = m$symbol("MID_WORK")
21
write/out MIDAS root directory (MID_WORK) is: {inputc}
24
if mid$sess(11:11) .lt. "1" goto step_a
25
if mid$sess(12:12) .gt. "9" goto step_a
27
write/out "current display device for MIDAS:" {mid$disp(3:)}
31
if aux_mode .lt. 2 then
33
"current VMS procedure to print in MIDAS:" {mid$prnt(3:)}
35
"current VMS procedure to plot in MIDAS:" {mid$plot(3:19)}
38
"current print device for MIDAS:" {mid$prnt(3:)}
40
"current plot device for MIDAS:" {mid$plot(3:19)}
44
if error(1) .eq. 0 then
45
define/local messa/c/1/5 short
47
define/local messa/c/1/5 full
50
write/out logging disabled, {messa} error display enabled
52
write/out logging enabled, {messa} error display enabled
55
! show all the set/midas_sys stuff
57
set/midas comm=? key=?
60
if aux_mode .lt. 2 then
61
set/midas dq=? dsc=? clov=? outp=? user=? edit=?
63
set/midas dq=? dsc=? clov=? outp=? user=? edit=? debug=?