PRCSTYPEMETA(SQL Table) |
Index Back |
---|---|
Process Type Defn Meta ListThis record is used to define the meta string parameter. This is specifically used for the OS390 platforms in generating the JCL. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PRCSTYPE | Character(30) | VARCHAR2(30) NOT NULL |
Process Type
Prompt Table: PRCSTYPE_VW |
2 | OPSYS | Character(1) | VARCHAR2(1) NOT NULL |
Operating System
0=DOS 1=NT/Win95 Client 2=Windows 3=OS/2 4=UNIX 5=VMS 6=MPE/XL 7=OS390 8=NT 9=OS/400 |
3 | DBTYPE | Character(1) | VARCHAR2(1) NOT NULL |
Database Type
0=SQLBase 1=DB2 2=Oracle 3=Informix 4=DB2/UNIX 5=AllBase 6=Sybase 7=Microsoft 8=DB2/400 |
4 | METAPARM | Character(30) | VARCHAR2(30) NOT NULL | Meta Parameter |
5 | METAVALUE | Character(254) | VARCHAR2(254) NOT NULL | Meta Parm Value |