J9 keyfiles?

8 views
Skip to first unread message

Yuvaraj Athur Raghuvir

unread,
Feb 24, 2026, 8:32:33 PM (9 days ago) Feb 24
to forum
Hello,

I am porting a rather J program to J9.  What is the equivalent of keyfiles in J9?

Thanks,
Yuva

chris burke

unread,
Feb 24, 2026, 10:00:26 PM (9 days ago) Feb 24
to fo...@jsoftware.com
They work the same as before, except that you load them as jfiles, e.g.

load 'jfiles'
keycreate 'mydata'
'Peter Rabbit' keywrite 'mydata';'name'
keyread 'mydata';'name'
+------------+
|Peter Rabbit|
+------------+
Reply all
Reply to author
Forward
0 new messages