Pathway/iTS SCUP Reference Manual
Table Of Contents
Using SCUP
HP NonStop Pathway/iTS SCUP Reference Manual—520269-002
3-3
FUNC-PROG (4) FUNC-PROG (1)
COMPRESSED $MKT.OLDSV.SCOB
•
The FILE command sets the default object file name to $DATA.NEWSV.POBJ,
making the files POBJCOD and POBJDIR the default SCREEN COBOL object
files.
?file $data.newsv.pobj
FILE IS $DATA.NEWSV.POBJ
•
The ALTER command sets to OFF the access to the latest version of program
TEST-PROG in object file $DATA.NEWSV.POBJ.
?alter (test-prog), access off
$DATA.NEWSV.POBJ
ACCESS OFF
TEST-PROG (3)
•
The INFO command lists all versions of all program units in object file
$DATA.NEWSV.POBJ.
?info (*(*))
$DATA.NEWSV.POBJ
EXTENTS: DIR(00016,00032) COD(00032,00064) SYM(00032,000128)
ACCESS ON
PROGRAM (VERSION) ACCESS SIZE COMPILATION VER/DATE
FUNC-PROG (1) ON 4608 (C00) 25 JUL 1987 13:40:18
MAIN-PROG (1) ON 6144 (C00) 25 JUL 1987 17:28:14
TEST-PROG (1) ON 1024 (C00) 03 JUN 1987 12:39:32
TEST-PROG (2) OFF 1024 (C00) 27 JUN 1987 08:17:07
TEST-PROG (3) OFF 1024 (C00) 07 JUL 1987 07:07:14
•
The ALTER command changes the library access flag to OFF so that new
programs added to the file will have access OFF and not be available to the TCP
until their access is explicitly changed to ON.
?alter , access off
$DATA.NEWSV.POBJ
ACCESS OFF
•
The EXIT command terminates SCUP and returns control to the command
interpreter.
?exit
2>