PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: keith.mcbride on June 18, 2025, 08:57:19 PM

Title: How can I determine the currently active system journal
Post by: keith.mcbride on June 18, 2025, 08:57:19 PM
How can I find the file name of the currently active system journal?
I have system_jrnl going to a directory and will periodically be doing a SYSTEM_JRNL SWAP and would like to process the inactive journal or journals. Is there an easy way to determine the active journal so I can skip processing it?
Title: Re: How can I determine the currently active system journal
Post by: EVa on June 19, 2025, 03:16:19 AM
Did you try FIN(0,"SYSTEM_JRNL") ?
Title: Re: How can I determine the currently active system journal
Post by: keith.mcbride on June 19, 2025, 08:21:09 AM
Tried that, nothing prints