If iscr is entered without any parameters, then on-line help appears for the utility.

When creating a file there is no check to see if a file of that name already exists; if such a file does already exist, then it is overwritten and the data lost.

Example 1

The following creates a file 'sports.pro' with key length 20, and a record length of 1500.

iscr -k20 –r1500 sports.pro
iscr ------ PROIV (R) Create/clear selected database file(s)
Copyright (C) 1994, PROIV Technology, Inc.
All rights reserved.  Unauthorized use strictly prohibited.
PROIV Version   : 4.0000  Revision:  1.0.0

Example 2

This example creates files 'members.pro' and 'price.pro' with key lengths 15 and record lengths 30.

iscr -k15 -r30 members.pro price.pro
iscr ------ PROIV (R) Create/clear selected database file(s)
Copyright (C) 1994, PROIV Technology, Inc.
All rights reserved.  Unauthorized use strictly prohibited.
PROIV Version   : 4.0000  Revision:  1.0.0

Example 3

This example clears the 'events.pro' file.

iscr -e events.pro
iscr ------ PROIV (R) Create/clear selected database file(s)
Copyright (C) 1994, PROIV Technology, Inc.
All rights reserved.  Unauthorized use strictly prohibited.
PROIV Version   : 4.0000  Revision:  1.0.0

Comment on this topic

Topic ID: 720183