Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: ZISPL

Package: Kernel

Routine: ZISPL


Information

ZISPL ;SF/RWF - UTILITIES FOR SPOOLING ;03/31/2003 08:53

Source Information

Source file <ZISPL.m>

Entry Points

Name Comments DBIA/ICR reference
DELETE ;delete a document from the file.
A
DEL ;Called from mailman to delete the document.
GETDOC ;Get a spool document to work on.
PRINT ;
P
IO ;
CIO ;Close device and go to IO
CEXIT ;Close device and Exit
EXIT
KERMIT ;Use Kermit to send a spooler file
BROWSE ;Use FM Browser to look at document
MAIL ;Make into a mail message (move text from file #3.519 to file #3.9)
MAILTASK ;
MAILIT ;
CLEAN ;
ASK(ZISSUBJ,ZISINSTR,ZISABORT) ;
DSD(DA) ; Delete an entry in the spool data file.
  • ICR #1092
    • Status: Active
    • Usage: Controlled Subscription
    DSDOC(DA) ; Delete an entry in the spool doc file.
  • ICR #1092
    • Status: Active
    • Usage: Controlled Subscription
    MSG1
    MSG2

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !,$C(13),"This Document hasn't been printed. Are you sure??"
    • Line Location: A+1
    Function Call: WRITE
    • Prompt: " ... DOCUMENT CLEARED!!"
    • Line Location: A+4
    Function Call: WRITE
    • Prompt: " ...DOCUMENT DELETED!!",$C(13),!
    • Line Location: A+7
    Function Call: WRITE
    • Prompt: !,?5,$C(13),"You must be authorized by IRM to use spooling"
    • Line Location: GETDOC+1
    Function Call: WRITE
    • Prompt: !,?5,$C(13),"This spool is still active and can't be worked on."
    • Line Location: GETDOC+2
    Function Call: WRITE
    • Prompt: !,"Sorry, this spool document has been converted into a mail message",!,"and you are unable to print it"
    • Line Location: P+1
    Function Call: WRITE
    • Prompt: !,"Sorry there isn't anything to print."
    • Line Location: P+2
    Function Call: WRITE
    • Prompt: !
    • Line Location: IO+9
    Function Call: WRITE
    • Prompt: !!,"Also send to"
    • Line Location: IO+11
    Function Call: WRITE
    • Prompt: !,ZISMSG
    • Line Location: CIO+2
    Function Call: WRITE
    • Prompt: !,"You are not authorized to convert Spool Documents into MailMan Messages."
    • Line Location: MAIL+2
    Function Call: WRITE
    • Prompt: !
    • Line Location: MAIL+16
    Function Call: WRITE
    • Prompt: !,"Queueing failed."
    • Line Location: MAIL+28
    Function Call: WRITE
    • Prompt: !,$$EZBLD^DIALOG(34501.1,ZTSK)
    • Line Location: MAIL+29
    Function Call: WRITE
    • Prompt: !,"This spool document doesn't have any text."
    • Line Location: MSG1+0
    Function Call: WRITE
    • Prompt: !,"You have exceeded the total spool document line limit allowed."
    • Line Location: MSG2+0
    Function Call: WRITE
    • Prompt: !,"Therefore, this spool document is incomplete."
    • Line Location: MSG2+1
    Function Call: WRITE
    • Prompt: !!,"Do you still wish to print this document"
    • Line Location: MSG2+2
    Info |  Source |  Entry Points |  Interaction Calls