jBASE Structure
jBASE Structure
jBASE Structure
Objective
To understand
• jBASE Directory Structure
• Environmental Variables In jBASE
• File Types In jBASE
• jBASE File Resizing Commands
INTRODUCTION TO JBASE
• jBASE is an application development and database management
system.
• Uses the ‘C’ compiler to compile
T24 Architecture – An Overview
User
T24 (Application)
jBASE (Database)
(Operating
System)
Logging Onto jBASE
• Log on to jbase
/jBASE
This Variable refers to the lib and bin of java runtime environment.
jBASE Environmental Variables
• JBCRELEASEDIR
• Non-hashed file
• Hashed file
jBASE File Types
• Non-Hashed Files
• Sequential files
• Used to store programs
• Type = UD
jBASE File Types
• Hashed Files
• Store and retrieve data randomly
• Improve performance
• Used for data and dict files
• Type = J3 or J4
• Have modulo and separation and secondary buffer
• Modulo – Number of frames
• Separation – Size of a frame
• Secondary Buffer – Size of the secondary buffer size.
• Default size of secondary buffer : Size of 1 modulo * 2
jBASE File Types
• J3 Hashed File with Modulo 4 and Separation 4
• Default size of 1 frame is 1024 byte
Output
File Maintenance In jBASE
• Options with jstat