Editing
Scope and applicability
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== 2. System Scope == <span id="what-the-system-is"></span> === 2.1 What the system is === pgcobol is a three-tier batch COBOL application that: * Generates prime numbers by trial division and stores them in a PostgreSQL database. * Reads stored primes from the database and produces a formatted line-printer report. It runs as a command-line batch job on Linux. There is no interactive interface. <span id="system-boundary"></span> === 2.2 System boundary === '''Inside scope:''' * The four COBOL programs: <code>primesmain</code>, <code>primesgen</code>, <code>primes</code>, <code>primesui</code>. * The five copybooks that define the inter-tier interfaces. * The PostgreSQL schema <code>primes</code> and its objects. * The output file <code>primes.prt</code>. * The console log output. '''Outside scope:''' * The GnuCOBOL compiler and GixSQL pre-processor (third-party tools, not modified). * The PostgreSQL server installation and administration. * The operating system, file system, and network infrastructure. * Any job scheduler or wrapper scripts. * Any downstream processing of <code>primes.prt</code>. <span id="system-version-covered"></span> === 2.3 System version covered === This document set describes pgcobol as found in source artifacts dated November–December 2025, compiled under GnuCOBOL 4.0-early-dev. <span id="what-is-explicitly-not-covered"></span> === 2.4 What is explicitly not covered === {| !width="50%"| Excluded topic !width="50%"| Reason |- | Prime numbers beyond 999,999,999 | Hard-coded upper bound in the source |- | Even primes (2) | The algorithm tests odd candidates only; prime 2 is a known seeding gap |- | Interactive or web interfaces | Not implemented |- | Concurrent execution | Single-process batch design; no concurrency controls present |- | Encryption or secure credential storage | Not implemented in this version |- | High-availability or disaster recovery | Not in scope for this version |} ----- <span id="document-set-scope"></span>
Summary:
Please note that all contributions to Webhuis wiki are considered to be released under the GNU Free Documentation License 1.3 or later (see
Project:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Voorpagina
Cobol and PostgreSQL
PostgreSQL
CFEngine
Proxmox
Webhuis Kennisbank
Basale infra
Webhuis bouwstenen
Webhuis configuratie
Webhuis Infra
Webhuis Support
Webhuis Raspberry
Opzet Applicaties
Business Applicaties
Community portal
Current events
Recent changes
Random page
Help
sitesupport
Tools
What links here
Related changes
Special pages
Page information