Home Applications SPOOL-demo

SPOOL-demo

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
4.5
1 reviews
0
Awards
257
Views
19
IPM installs
7
2
Details
Releases (8)
Reviews (1)
Issues
Demo Code using SPOOL

What's new in this version

  • replace broken webterminal by iterm
  • adjust docker-build

SPOOL Demo

SPOOL existed long before IRIS and ObjectScript
It is a simple device that allows you to write to the Global ^SPOOL

For daily use you should know
Device = 2
it has an integer documentId (default=1)
it has an integer lineNumber (default =1)
you use it by

open 2:<docid>
use 2 write . . . .  
close 2

Online documentation on SPOOL is complete and tells you almost all details.

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Clone/git pull the repo into any local directory

 git clone https://github.com/rcemper/SPOOL-demo-ZPM.git   

Open the terminal in this directory create teh container and run it:

 docker-compose up -d

How to use it:

Open a session in your container

 docker-compose iris iris session iris

see details here

Made with
Install
zpm install spool-demo download archive
Version
1.0.526 Jul, 2025
Ideas portal
Category
Technology Example
Works with
CachéEnsembleInterSystems IRIS
First published
20 Jul, 2020
Last edited
26 Jul, 2025
Last checked by moderator
26 Nov, 2024Works