DISPLAY IMAGINESYNC command

From m204wiki
Jump to navigation Jump to search

Summary

Privileges
Any user
Function
Lists the Model 204 files currently in IMAGINE SYNC mode, along with the time the initial extract started, the time it completed (if any), and the number of post-extract sync updates that have been sent to Imagine.

Syntax

DISPLAY IMAGINESYNC

DISPLAY IMAGINESYNC takes no parameters and is independent of the current context file.

Output

For each file currently in IMAGINE SYNC mode, a row is printed with the following columns:

  • FILE — the Model 204 file name.
  • SFX — the broker suffix being used for the file's sync traffic (the value supplied via APSYSUFFIX when the file was put into sync mode), or - if no suffix is in use.
  • START — the time at which the IMAGINE SYNC command was issued for the file, formatted as YYYYMMDDHHMISS.
  • END — the time at which the extract phase completed, formatted as YYYYMMDDHHMISS. Blank if the extract is still running.
  • UPDATES — the number of post-extract sync updates that have been sent to Imagine for the file. The counter is zeroed when the extract phase completes, so this value reflects only ongoing sync traffic, not the records sent during the initial extract.

Usage notes

  • DISPLAY IMAGINESYNC is available as of version 8.0 of Model 204.
  • This command is the successor to IMAGINE LISTSYNC, which briefly existed as an IMAGINE subcommand and is no longer accepted.

See also