11.07.2015 Views

Positive Pay - Sandler*Kahne Software, Inc.

Positive Pay - Sandler*Kahne Software, Inc.

Positive Pay - Sandler*Kahne Software, Inc.

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

eg. INPUT “Enter Your Password”, PassWordSEND PassWordSEND “^M”This example displays an input dialog box with themessage: “Enter Your Password” and stores theentered text in a variable named PassWord. The, thattext is sent out the comm port followed by a carriagereturn.ON_TIMEOUT_GOTOPAUSEPORTPROTOCOLSENDTells the script to jump to a label when a timeoutoccurs. A timeout can be caused by a busy signal onthe other end, or accessing a modem with the powerturned off, etc.eg. ON_TIMEOUT_GOTO :JumpHerePauses for a specified number of secondseg. PAUSE 1Sometimes a pause is required in between aWAITFOR and a SEND command, or in other placesto smooth out the communications process. Thismay require experimentation.Specifies which port to use. If this command isomitted from the script, and the comm port is open,the script will use the current port with its currentsettings.eg. PORT 2 ‘ uses COM2When entering screen DD.510.00 the comm port hasbeen initialized, so this command generally will notbe used.Sets the file transfer protocol. Valid protocols are:XMODEM-CHECKSUM, XMODEM-CRC,XMODEM-1K, YMODEM-G, YMODEM-BATCH,ZMODEM, KERMIT, COMPUSERVE.eg. PROTOCOL “ZMODEM”If UPLOAD or DOWNLOAD is used withoutissuing this command, then the protocol set inCommunications Setup (DD.950.01) will be used.Sends a string out the comm port. If the string doesnot have quotes, it is treated as a variable (SeeINPUT script). If a variable is specified, the text thatthe variable holds is sent. You can embed controlcodes in the text. These are defined in ASCII as ^Athrough ^Z corresponding to ASCII values 1 through31 respectively. Thus ^G is a beep, ^M is a carriagereturn, ^J is a linefeed, etc.eg. SEND “Hello Over There^M”This sends a carriage return after the text stringeg. INPUT “Enter Your Name”, UserNameSEND UserNameSEND “^M^J”This prompts the user for their name,and then sendsit followed by CR/LF.A/P Electronic Funds Transfer w/ <strong>Positive</strong> <strong>Pay</strong> Appendices • 17

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!