1,126
edits
m (Formatting.) |
|||
| Line 16: | Line 16: | ||
: Form Definition / Page Definition. A component of an AFP data stream, defining the parameters of a form or page. | : Form Definition / Page Definition. A component of an AFP data stream, defining the parameters of a form or page. | ||
; FTP | |||
: File Transfer Protocol. A standard method for transferring files across TCP/IP networks. FTP is insecure, and should only be used on protected internal networks. Use SFTP instead. | |||
; JES | ; JES | ||
: [http://www-01.ibm.com/support/knowledgecenter/zosbasics/com.ibm.zos.zconcepts/zconc_whatisjes.htm Job Entry Subsystem.] In CMOD, JES is a source of mainframe output data from reports "the JES spool". This output data can be downloaded directly from a mainframe using arsjesd. | : [http://www-01.ibm.com/support/knowledgecenter/zosbasics/com.ibm.zos.zconcepts/zconc_whatisjes.htm Job Entry Subsystem.] In CMOD, JES is a source of mainframe output data from reports "the JES spool". This output data can be downloaded directly from a mainframe using arsjesd. | ||
| Line 30: | Line 32: | ||
; RISC | ; RISC | ||
: Reduced Instruction Set Computing. Refers to a concept in processor design where the CPU has less-complex individual instructions, but more of them. | : Reduced Instruction Set Computing. Refers to a concept in processor design where the CPU has less-complex individual instructions, but more of them. | ||
: SFTP | |||
; Secure File Transfer Protocol. Similar to FTP only in name. Assures strong authentication (I am who I say I am), privacy (contents are encrypted in transit), and integrity (contents are verified for fidelity). | |||
; XML | ; XML | ||
: eXtensible Markup Language. A flexible data structure for storing data. | : eXtensible Markup Language. A flexible data structure for storing data. | ||
== Terms Specific to Content Manager OnDemand == | == Terms Specific to Content Manager OnDemand == | ||