Home Applications SPOOL-demo

SPOOL-demo

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
4.5
1 reviews
0
Awards
175
Views
19
IPM installs
0
2
Details
Releases
Reviews
Issues
Pull requests
Demo Code using SPOOL

What's new in this version

move to archive

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.

This is the demo code related to the article in Developer Community SPOOL - the forgotten device

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

Details for testing are described in DC article SPOOL - the forgotten device

Read more
Made with
Install
zpm install spool-demo download archive
Version
1.0.216 Sep, 2023
ObjectScript quality test
Category
Technology Example
Works with
CachéEnsembleInterSystems IRIS
First published
20 Jul, 2020
Last checked by moderator
01 Nov, 2023Works