Pathway/iTS SCUP Reference Manual
Table Of Contents

HP NonStop Pathway/iTS SCUP Reference Manual—520269-002
3-1
3 Using SCUP
This section illustrates the use of the SCUP utility to control and manipulate SCREEN
COBOL object files. The examples show building a new SCREEN COBOL object file
($DATA.NEWSV.POBJ) from selected program units in two existing SCREEN COBOL
object files ($DATA.OLDSV.POBJ and $MKT.OLDSV.SCOB).
•
The command to call SCUP is:
1>scup
SCUP displays the product identification message and issues a prompt.
SCREEN COBOL UTILITY ...
?
•
The VOLUME command sets the default volume and subvolume to
$DATA.OLDSV.
?volume $data.oldsv
VOLUME IS $DATA.OLDSV
•
The default object file name is set to POBJ ($DATA.OLDSV.POBJ for this
example), making the files POBJCOD, POBJDIR, and POBJSYM the default
SCREEN COBOL object files.
•
The INFO command lists all versions of all program units in object file
$DATA.OLDSV.POBJ.
?info (*(*))
EXTENTS: DIR(00016,00032) COD(00032,00064) SYM(00032,000128)
ACCESS ON
$DATA.OLDSV.POBJ
PROGRAM (VERSION) ACCESS SIZE COMPILATION VER/DATE
MAIN-PROG (1) ON 6144 (C00) 25 JUN 1987 17:28:14
TEST-PROG (1) ON 1024 (C00) 03 JUL 1987 12:39:32
TEST-PROG (2) ON 1024 (C00) 27 JUL 1987 08:17:07
TEST-PROG (3) ON 1024 (C00) 29 JUL 1987 07:07:14
•
Another INFO command lists all versions of program FUNC-PROG in object file
$MKT.OLDSV.SCOB.
?info $mkt.scob (func-prog(*))
$MKT.OLDSV.SCOB
EXTENTS: DIR(00016,00032) COD(00032,00064) SYM(00032,000128)
ACCESS ON
PROGRAM (VERSION) ACCESS SIZE COMPILATION VER/DATE
FUNC-PROG (1) ON 4096 (C00) 03 JUL 1987 11:43:14
FUNC-PROG (2) ON 4096 (C00) 29 JUL 1987 20:17:16
FUNC-PROG (4) ON 4608 (C00) 25 JUN 1987 13:40:18
Note. This section does not describe use of the CONVERT command. For further information
about the CONVERT command, refer to the examples under CONVERT Command
on
page 2-10 and to the Pathway/iTS Web Client Programming Manual.