EDITRAN/G 5.2. Application Program Interfaces. Application Generic Interface. z/os CICS IMS

Size: px
Start display at page:

Download "EDITRAN/G 5.2. Application Program Interfaces. Application Generic Interface. z/os CICS IMS"

Transcription

1 EDITRAN/G 5.2 Application Generic Interface z/os CICS IMS Application Program Interfaces INDRA April 2018

2 EDITRAN/G 5.2 z/os CICS IMS Interfaces de Programas de Aplicación CONTENTS 1. INTRODUCTION INCORPORATION OF MESSAGES IN THE EDITRAN/G LOG Communication area Requirements Example PRESENTATION STATUS QUERY Communication area Requirements Example FILE QUEUES Communication area from applications with API JCL API launching INDRA. All rights reserved. EDITRAN

3 . 1.INTRODUCTION 1. INTRODUCTION In some developments, the EDITRAN user applications need information about the EDITRAN variables that wish to use internal working resources that can be modified following the product evolution. In order to minimize the impact of these changes on the applications, application programming interfaces are created that are intended to remain stable. The current APIs are listed in the following sections. INDRA. All rights reserved. EDITRAN Page 1-1

4 2.INCORPORATION OF MESSAGES IN THE EDITRAN/G 2. INCORPORATION OF MESSAGES IN THE EDITRAN/G LOG If an application (user program) needs to record any circumstance related to the EDITRAN/G processes, it could do it by means of the ZTBGB006 module, indicating the session codes, the application and the message, and the text written in representative characters of the message Communication area Level Name Type Length Description 1 Source Alph. 1 Source of the message. U: user message 1 Result Num. 4 Result of the ZTBGB006 execution 1 Direction Alph. 1 E: Input. S: Output. I: Internal. 1 Record syslog Alph. 1 S: the message appears in the system log N: the message is not saved in the system log 1 Presentation Alph. 24 Presentation session associated with the message session 1 Transmission Alph. 24 Transmission session associated with the message. session 1 Message code Num. 4 Code of the message to be recorded 1 Application code Alph. 3 Identification of the user application that owns the message 1 Filler Alph. 18 Reserved area 1 Message Text Alph. 60 Text of the message to be saved 1 Filler Alph. 60 Reserved area 2.1. Requirements It will be necessary to include in the JCL running the user program, a DD tab for the LOG file (ZTBGFLOG) in addition to the EDItran load library. //ZTBGFLOG DD DSN=KI.EIDC.ZTBG.ZTBGFLOG,DISP=SHR In the case of the IMS environment, the ZTBGF032 file must be entered, so that it can write in the log database. //ZTBGF032 DD DSN=KI.EGDI.ZTBG.ZTBGF032,DISP=SHR INDRA. All rights reserved. EDITRAN Page 2-1

5 2.INCORPORATION OF MESSAGES IN THE EDITRAN/G 2.2. Example The fields that appear in the copy of the ZTBGB006 that are not referred to in the previous section cannot be used. WORKING-STORAGE SECTION ÁREA-ZTBGB006 PIC X(200) VALUE LOW-VALUES FILLER REDEFINES ÁREA-ZTBGB ORIGEN-ZTBGB006 PIC X. 05 CODIGO-RDO-ZTBGB006 PIC 9(4). 05 SENTIDO-ZTBGB006 PIC X(01). 05 GRABAR-SISLOG-ZTBGB006 PIC X(01). 05 SESION-PRESENTACION-ZTBGB006 PIC X(24). 05 SESION-TRANSMISION-ZTBGB LOCAL-TRANSMISION-ZTBGB006 PIC X(9). 07 REMOTO-TRANSMISION-ZTBGB006 PIC X(9). 07 APLICA-TRANSMISION-ZTBGB006 PIC X(6). 05 CODIGO-MENSAJE-ZTBGB006 PIC 9(4). 05 PROGRAMA-INC-ZTBGB006 PIC X(8). 05 FILLER REDEFINES PROGRAMA-INC-ZTBGB IDENT-MENSAJE-ZTBGB006 PIC X(3). 10 FILLER PIC X(5). 05 RECURSO-INC-ZTBGB006 PIC X(8). 05 RETORNO-INC-ZTBGB F-S-INC-ZTBGB006 PIC X(2). 10 RESTO-INC-ZTBGB006 PIC X(3). 05 FILLER REDEFINES RETORNO-INC-ZTBGB ERRCOD-INC-ZTBGB006 PIC 9(5). 05 TEXTO-ULT-MSJE-ZTBGB006 PIC X(60). 05 XRESP-ZTBGB RESP-ZTBGB006 PIC 9(05). 05 XRAZON-ZTBGB RAZON-ZTBGB006 PIC 9(05). 05 FILLER PIC X(50) ÁREA-ZTBGB LONGITUD-ZTBGB110 PIC 9(4) COMP. 05 ORIGEN-ZTBGB110 PIC X. 05 FUNCION-ZTBGB110 PIC XX. 05 SESION-PRESENTACION-ZTBGB LOCAL-ZTBGB110 PIC X(9). 10 REMOTO-ZTBGB110 PIC X(9). 10 APLICACION-ZTBGB110 PIC X(6). 05 FICHCAR-ZTBGB110 PIC X. - LINKAGE SECTION ÁREA-PASO PIC X(29). PROCEDURE DIVISION USING ÁREA-PASO N1-P-PROGRAMA. MOVE LOW-VALUES TO ÁREA-ZTBGB006 MOVE U TO ORIGEN-ZTBGB006 MOVE ZEROS TO CODIGO-RDO-ZTBGB006 MOVE 'E' TO SENTIDO-ZTBGB006 MOVE 'S' TO GRABAR-SISLOG-ZTBGB006 MOVE SESION-PRESENTACION-ZTBGB110 TO SESION-PRESENTACION-ZTBGB006 MOVE LOW-VALUES TO SESION-TRANSMISION-ZTBGB006 MOVE 1331 TO CODIGO-MENSAJE-ZTBGB006 MOVE 'USU' TO IDENT-MENSAJE-ZTBGB006 MOVE 'ESTO ES UNA PRUEBA DE MENSAJE DE USUARIO' TO TEXTO-ULT-MSJE-ZTBGB006 CALL ZTBGB006 USING ÁREA-ZTBGB006. IF CODIGO-RDO-ZTBGB006 NOT = ZEROS DISPLAY 'ERROR EN ZTBGB006, RDO = ' CODIGO-RDO-ZTBGB006. The following appears in the EDITRAN/G LOG query: INDRA. All rights reserved. EDITRAN Page 2-2

6 2.INCORPORATION OF MESSAGES IN THE EDITRAN/G 05/05/20 15:47:24 CONSULTA FICHERO LOG EDITRAN/G V-5.1 TIPO CODIGO SESION PRESENTACION APL.TRANS. FECHA HORA E U USU PRUJCB 05/05/ :37:13 ESTO ES UNA PRUEBA DE MENSAJE DE USUARIO INDRA. All rights reserved. EDITRAN Page 2-3

7 3.PRESENTATION STATUS QUERY 3. PRESENTATION STATUS QUERY The need for the applications to know automatically the status of the EDITRAN presentation (finished or interrupted), both in transmission and in reception, and for the execution of new processes, has led to the creation of a function in which, if these are fulfilled, it is automatically informed, or a manager is planned to remain in execution until the verification of these statuses or until certain time criteria are met Communication area Level Name Type Length Description 1 Area-gba01 Alph. 250 Communication area of the ZTBGBA01. Used in the CALL. 2 INPUT Alph. 100 Input parameter area Area-parameters 3 Function Num. 2 Requested function: 01.- Presentation status query (finished and interrupted). Depending on the process maximum interval Presentation status query (finished and interrupted). Depending on the process maximum limit Immediate presentation status query (finished and interrupted) Query on whether there is a correct status for loading. 3 Direction Alph. 1 (E/R). Direction of the presentation session (transmissionreception) 3 Presentation Alph. 24 Presentation session (source-remote-application) session 3 Wait interval Num. 6 (HHMMSS) Time during which the process must be stopped until the status is checked again to see if the session status has been finished or interrupted. Admitted values: to Process maximum Num. 6 FUNCTION 01: (HHMMSS) Time that the active process limit/interval must last if the status criterion is not met in the finished or interrupted status. Admitted values: to FUNCTION 02: (HHMMSS) Time until which the process remains active if the status criterion is not met in the finished or interrupted status. If the maximum limit is lower than the start time of the process, it is understood that the maximum limit points to the following day. Admitted values: to FUNCTION 03: IGNORED 3 Reservation area Alph. 61 Reservation area 2 OUTPUT Alph. 150 OUTPUT parameter area parameter area 3 Result Num. 2 Process result (00: correct process) 3 Reason Num. 4 Reason returned by the status manager 3 Status of presentation session Num. 3 Status of the transmission presentation session: 000- Loaded Sending Sent Not loaded 004- Suspended 005- Finished Status of the reception presentation session: 100- Initialized 101- Receiving 102- Received 103- Suspended 104- Finished INDRA. All rights reserved. EDITRAN Page 3-1

8 3.PRESENTATION STATUS QUERY 3 Csb status Num. 3 Loading status of the CSB file: 000- Loaded Not loaded. 3 Defined presentation Alph. 1 (S/N) (YES/NO) Indicates whether it is defined in the status file. End of process if not, regardless of whether the time criteria have been met. 3 Session Num. Num. 4 Number of presentation session. 3 Present. start date Num. 14 Presentation start date-time (SSAAMMDDHHMMSS). 3 Present. end date Num. 14 Presentation end date-time (SSAAMMDDHHMMSS). 3 Process start date Num. 14 API process start date-time (SSAAMMDDHHMMSS) 3 Process end date Num. 14 API process end date-time (SSAAMMDDHHMMSS) 3 Interval-Num Num. 8 Number of WAIT intervals performed in the process 3 Reservation area Alph. 69 Reservation area The result codes returned are (the reason is independent of the result, and it identifies the code returned by the ZTBGB009): Result Reason Description 0 Xx Process carried out correctly. 01 Xx Wrong function parameter (other than 01, 02, 03, 04). 02 Xx Wrong direction parameter (other than E - R) 03 Xx Wrong presentation session parameter (spaces-low values or zeros) 04 Xx Wrong wait interval parameter (non-numeric or it has no hhmmss format) ( to ) 05 Xx With function 01 and 02 Wrong maximum interval parameter (non-numeric or it has no hhmmss format) In function 01: ( to ) In function 02: ( to ) 06 Xx Presentation not defined in the status file (error returned by ZTBGB009). It may be defined in profiles, but there has never been an action on the presentation. Immediate end of process. 07 Xx The time limit-interval of the API execution has been reached and the FINISHED-INTERRUPTED statuses have not been achieved. 08 Xx Wrong process in ZTBGB009 program. Query EDITRAN/G codes. Immediate end of process. 09 Xx During a wait interval, when performing a new status query, the session has been modified and a new one has been created (for example, it has finished and has been reloaded). Immediate end of process. 34 Xx The upload is not allowed Requirements It will be necessary to include in the JCL running the user program, a DD tab for the Status file (ZTBGFEST) and an optional one for the LOG file (ZTBGFLOG). //ZTBGFLOG DD //ZTBGFEST DD DSN=KI.EIDC.ZTBG.ZTBGFLOG,DISP=SHR DSN=KI.EIDC.ZTBG.ZTBGFEST,DISP=SHR 3.3. Example The ZTBGBA01 copy. WORKING-STORAGE SECTION ÁREA-ZTBGBA01 PIC X(250). 01 FILLER REDEFINES ÁREA-GBA ÁREA-ENTRADA-GBA01 PIC X(100). INDRA. All rights reserved. EDITRAN Page 3-2

9 3.PRESENTATION STATUS QUERY 05 FILLER REDEFINES ÁREA-ENTRADA-GBA FUNCION-GBA01 PIC 9(2). 10 SENTIDO-GBA01 PIC X. 10 SESION-PRESENTACION-GBA LOCAL-GBA01 PIC X(9). 15 FILLER REDEFINES LOCAL-GBA FILLER PIC X. 20 LOCAL-2-GBA01 PIC X(7). 20 FILLER PIC X. 15 REMOTO-GBA01 PIC X(9). 15 FILLER REDEFINES REMOTO-GBA FILLER PIC X. 20 REMOTO-2-GBA01 PIC X(7). 20 FILLER PIC X. 15 APLICACION-GBA01 PIC X(6). 10 INTERV-WAIT-GBA01 PIC X(6). 10 FILLER REDEFINES INTERV-WAIT-GBA HH-WAIT-GBA01 PIC 9(2). 15 MM-WAIT-GBA01 PIC 9(2). 15 SS-WAIT-GBA01 PIC 9(2). 10 INTERV-MAX-GBA01 PIC X(6). 10 FILLER REDEFINES INTERV-MAX-GBA HH-MAX-GBA01 PIC 9(2). 15 MM-MAX-GBA01 PIC 9(2). 15 SS-MAX-GBA01 PIC 9(2). 10 LIMITE-MAX-GBA01 REDEFINES INTERV-MAX-GBA HH-LIM-MAX-GBA01 PIC 9(2). 15 MM-LIM-MAX-GBA01 PIC 9(2). 15 SS-LIM-MAX-GBA01 PIC 9(2). 10 FILLER PIC X(61). 05 ÁREA-SALIDA-GBA01 PIC X(150). 05 FILLER REDEFINES ÁREA-SALIDA-GBA RESULTADO-GBA01 PIC 9(2). 10 RAZON-GBA01 PIC 9(4). 10 EST-SES-PRESENT-GBA01 PIC 9(3). 10 EST-CARGA-CSB-GBA01 PIC 9(3). 10 PRESENT-DEFINIDA-GBA01 PIC X(1). 10 NUM-SESION-GBA01 PIC 9(4). 10 FECHA-INICIO-PRES-GBA01 PIC X(14). 10 FILLER REDEFINES FECHA-INICIO-PRES-GBA WFECH-INI-PRES-GBA01 PIC X(8). 15 WHORA-INI-PRES-GBA01 PIC X(6). 10 FECHA-FIN-PRES-GBA01 PIC X(14). 10 FILLER REDEFINES FECHA-FIN-PRES-GBA WFECH-FIN-PRES-GBA01 PIC X(8). 15 WHORA-FIN-PRES-GBA01 PIC X(6). 10 FECHA-INICIO-PROC-GBA01 PIC X(14). 10 FECHA-FIN-PROC-GBA01 PIC X(14). 10 INTERV-EJ-GBA01 PIC 9(08). 10 FILLER PIC X(69). PROCEDURE DIVISION. N1-P-PROGRAMA. MOVE LOW-VALUES TO ÁREA-GBA01 MOVE 01 TO FUNCION-GBA01. MOVE E TO SENTIDO-GBA01. MOVE TO LOCAL-GBA01 MOVE TO REMOTO-GBA01 MOVE PRUEBA TO APLICACION-GBA01 INTERVALOS DE WAIT CADA 5 MINUTOS Y MEDIO. INTERVALO MAXIMO DE ESPERA: 31 HORAS, 59 MINUTOS, 14 SEGUNDOS MOVE TO INTERV-WAIT-GBA01 MOVE TO INTERV-MAX-GBA01 MOVE ÁREA-ENTRADA-GBUTC TO ÁREA-ENTRADA-GBA01. CALL ZTBGBA01 USING ÁREA-GBA01. IF RESULTADO-GBA01 = ZEROS OR 07 IF ESTADO-PRESENTACION-GBA01 = 005 DISPLAY FINALIZADO AQUI SE PODRIAN REALIZAR LAS ACCIONES DESEADAS ELSE DISPLAY ESTADO : ESTADO-PRESENTACION-GBA01 INDRA. All rights reserved. EDITRAN Page 3-3

10 3.PRESENTATION STATUS QUERY ELSE NEXT SENTENCE. MOVE RESULTADO-GBA01 TO RETURN-CODE. INDRA. All rights reserved. EDITRAN Page 3-4

11 EDITRAN/G 5.2 z/os CICS IMS Interfaces de Programas de Aplicación 4.FILE QUEUES 4. FILE QUEUES To see the graphical interface, refer to the manuals: EDITRAN/P Graphical interface. User Manual (ED52USUC) for CICS or EDITRAN/G User Manual (EG52USUI) for IMS. The functionality of the file queues is that the applications notify the files they want to send or upload and ignore whether or not EDITRAN can do it at that time. There is a file (ZTBPGFQF) whose contents are a profile for each presentation session involved, and the transmission files pending or in transmission. To work with this option, it is necessary: To define the TYPE-LOAD = Q parameter in the presentation session (option of the main menu). To define the presentation session in the file queues profile (option 2.4.2). If the session is not defined, it is created automatically when the API is called from the applications (no schedule, load+transmission, depth 1 and active). To call the API from the applications, indicating the function (save-delete), the presentation session, the file name to load-send and its characteristics (format, language, translation and compression). The API can also be called with a JCL. EDITRAN saves in a storage queue - ZTBGFQF file in CICS, and ZTBGDQFD/I DB in IMS: The profile of the presentations with their parameters: start time, end time, if we want to load or to load and send. If we want to have activity or to stop, if we want to send a single file or all the available ones, or a certain number, etc. Each one of the files indicated by the API from the applications and their status (pending process= pending, in process = sending). The operation schema is the following: There is a manager, which is started every xx minutes (according to the EDITRAN/P local environment parameter), that verifies if there are pending files (to upload or send). If this is the case and the session is in a compatible status, meets the time limits and has activity, and in the presentation session is of the 'Q' type, a process before transmission is launched (the one indicated in the presentation session, with the JCL files of the first presentation transmission in CICS, and in the presentation session in IMS). When launching the process before transmission, if the presentation session has in its profile the queue loading mode, `Q': o It verifies that the EDITRAN/G status is compatible for loading (not loaded, finished, initialized). If not, it ends the process. o It verifies that there are no files in the storage queue in the "sending" status. If there are, the process ends. If this situation arises from an exception, a procedure of transmission status modification must start. o It sets the file(s) to be uploaded in the sending status. o It loads them into the buffer. o It requests EDITRAN/P to load and/or send according to the file queue profile. INDRA. All rights reserved. EDITRAN Page 4-1

12 EDITRAN/G 5.2 z/os CICS IMS Interfaces de Programas de Aplicación 4.FILE QUEUES When launching the process after transmission, if the presentation session has type-load = Q in its profile, it deletes the files in the sending status from the storage queue. When starting the modification of the transmission statuses, if the presentation session has type-load = Q in its profile, it passes the files that are in the 'sending' status to the pending' status, provided that it does not duplicate the file name, with another one recorded as 'pending', in which case it deletes the one that was in the 'sending' status Communication area from applications with API It is used to call to API from the applications. Level Name Lengt Format Description h 1 Communication area 100 Alph. Communication area with API 2 Reserved 02 Num-B. Reserved. If jcl is launched, this field does not exist 2 Return code 02 Num-B. Return code. In case of launching the attached jcl, reserved field 2 Function 02 Num. Function: 01- Save files 02- Delete all pending files 2 Presentation 24 Alph. EDITRAN/G session where files are sent. 3 Source 9 Alph. Source Tax Id. Nr. 3 Destination 9 Alph. Destination Tax Id. Nr. 3 Application 6 Alph. EDITRAN/G Application 2 Type 1 Num. F: File (include file) L: File list (include file list) 2 File 44 Alph. If type L: Name of the list of files containing the files to be saved in the queue. If type F: Name of the MVS file to be queued. File up to 44 positions. 2 Load format 1 Alph. Format (R)ecord-(M)odified. If spaces, R 2 Language 1 Alph. Original language (E)bcdic, (A)scii, (B)inary. If spaces, it takes presentation session profile parameter. 2 Translate 1 Alph. Translate into Transmission (E)bcdic, (A)scii, (N)one. If spaces, it takes presentation session profile parameter. 2 Compression 1 Alph. F/N compression. If spaces, it takes presentation session profile parameter. 2 Filler 21 Alph. Reservation area 4.2. JCL API launching There are two JCLs to call the API: In CICS The JCL is ZTBGJGQF. The previous communication area is passed in 2 ways: 1. Through PARM 2. Through the ZTBGFGQF file In IMS 3. JCL ZTBGJGQF will pass the communication area via PARM 4. JCL ZTBGJEQF will pass the communication area through the ZTBGFGQF file. INDRA. All rights reserved. EDITRAN Page 4-2

13 ECommerce Competence Centers Avda. de Bruselas Alcobendas. Madrid, Spain T T

EDITRAN/EA. User and installation manual. Statistics and monitorization. Windows/Unix INDRA 17/03/17

EDITRAN/EA. User and installation manual. Statistics and monitorization. Windows/Unix INDRA 17/03/17 EDITRAN/EA Statistics and monitorization Windows/Unix User and installation manual INDRA 17/03/17 INDEX 1. INTRODUCTION... 1-1 2. EDITRAN/E MANAGEMENT (UNIX)... 2-1 2.1. STATISTICS AND MONITORIZATION...

More information

EDITRAN/GT 2.1. User manual. EDITRAN transmissions manager. Windows/Unix INDRA 17/03/17

EDITRAN/GT 2.1. User manual. EDITRAN transmissions manager. Windows/Unix INDRA 17/03/17 EDITRAN/GT 2.1 EDITRAN transmissions manager Windows/Unix User manual INDRA 17/03/17 INDEX 1. INTRODUCTION... 1-1 2. CHANGES BETWEEN VERSIONS... 2-1 2.1. Changes in version 2.0 over version 1.0... 2-1

More information

EDITRAN/E 5.2. User Manual. Statistics and Monitoring CICS

EDITRAN/E 5.2. User Manual. Statistics and Monitoring CICS EDITRAN/E 5.2 Statistics and Monitoring CICS User Manual INDRA April 2018 EDITRAN/E 5.2 CICS Manual de usuario CONTENTS 1. INTRODUCTION.... 1-1 2. INSTALLATION.... 2-1 2.1. UPDATING LIBRARIES.... 2-1 2.2.

More information

EDITRAN. Installation manual 0S/400 INDRA 17/03/17

EDITRAN. Installation manual 0S/400 INDRA 17/03/17 EDITRAN 0S/400 Installation manual INDRA 17/03/17 INDRA The information contained here can be changed without prior notice. The different versions of the product can cause changes, additions or deletions

More information

EDITRAN/XML SEPA 5.X. User Manual. Converter of modern format flat files into XML and vice versa CICS-IMS

EDITRAN/XML SEPA 5.X. User Manual. Converter of modern format flat files into XML and vice versa CICS-IMS EDITRAN/XML SEPA 5.X Converter of modern format flat files into XML and vice versa CICS-IMS User Manual INDRA May 2018 CONTENTS 1. INTRODUCTION... 1-1 2. REQUIREMENTS AND INSTALLATION.... 2-1 2.1. Requirements....

More information

EDITRAN/XAdES. Installation Manual. XAdES Signing and verification. z/os

EDITRAN/XAdES. Installation Manual. XAdES Signing and verification. z/os EDITRAN/XAdES XAdES Signing and verification z/os Installation Manual INDRA April 2018 EDITRAN/XAdES z/os. Installation Manual CONTENTS 1. INTRODUCTION... 1-1 2. INSTALLATION AND REQUIREMENTS... 2-1 2.1.

More information

EDITRAN/PX. Windows/Unix. Installation and user manual

EDITRAN/PX. Windows/Unix. Installation and user manual EDITRAN/PX Windows/Unix Installation and user manual INDRA 17/03/2017 EDITRAN/PX Windows/Unix Installation and user manual INDEX 1. INTRODUCTION... 1-1 1.1. Main features... 1-1 1.2. Architecture and requirements...

More information

Enhanced Order Monitor

Enhanced Order Monitor Jitendra Buge 16 th April, 2015 Support Technical Exchange session on Enhanced Order Monitor Document number Agenda Enhanced Order Monitor Overview Time Triggered Transaction Monitors Enhanced Order Monitor

More information

How to Setup MTO/JCL Spooler Housekeeping Facility for Enterprise Server

How to Setup MTO/JCL Spooler Housekeeping Facility for Enterprise Server How to Setup MTO/JCL Spooler Housekeeping Facility for Enterprise Server Overview You can configure your enterprise server so when your region starts a CICS transaction called JCL1 runs automatically to

More information

Using the PowerExchange CallProg Function to Call a User Exit Program

Using the PowerExchange CallProg Function to Call a User Exit Program Using the PowerExchange CallProg Function to Call a User Exit Program 2010 Informatica Abstract This article describes how to use the PowerExchange CallProg function in an expression in a data map record

More information

Generic Attach on Z/OS (or attachment demystified)

Generic Attach on Z/OS (or attachment demystified) Generic Attach on Z/OS (or attachment demystified) Jack Bailey BlueCross BlueShield of South Carolina Jack.bailey@bcbssc.com Session Code: A13 Date and Time of Presentation: May 14, 2010 08:30 AM 09:30

More information

AppsAudit. User s Guide. Software Version 7.0

AppsAudit. User s Guide. Software Version 7.0 AppsAudit User s Guide Software Version 7.0 2005 Logical Apps All rights reserved. Printed in USA. Restricted Rights Legend This software and associated documentation contain proprietary information of

More information

Updates that apply to IBM DB2 Analytics Accelerator Loader for z/os V2R1 User's Guide (SC )

Updates that apply to IBM DB2 Analytics Accelerator Loader for z/os V2R1 User's Guide (SC ) Updates that apply to IBM DB2 Analytics Accelerator Loader for z/os V2R1 User's Guide (SC27-6777-00) Date of change: January 2018 Topic: Multiple Change description: Documentation changes made in support

More information

Finnet Fast Client Version 4.0.0

Finnet Fast Client Version 4.0.0 [Digite texto] [Digite texto] [Digite texto] Finnet Fast Client Version 4.0.0 Content About the Finnet Fast Client OFTP (ODETTE File Transfer Protocol) Where to use the Finnet Fast Client Advantages Technical

More information

AppsAudit. User s Guide. Software Version 6.5.6

AppsAudit. User s Guide. Software Version 6.5.6 AppsAudit User s Guide Software Version 6.5.6 2006 LogicalApps All rights reserved. Printed in USA. Restricted Rights Legend This software and associated documentation contain proprietary information of

More information

Configuring Job Monitoring in SAP Solution Manager 7.2

Configuring Job Monitoring in SAP Solution Manager 7.2 How-To Guide SAP Solution Manager Document Version: 1.0 2017-05-31 Configuring Job Monitoring in SAP Solution Manager 7.2 Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

IBM. Documentation. IBM Sterling Connect:Direct Process Language. Version 5.3

IBM. Documentation. IBM Sterling Connect:Direct Process Language. Version 5.3 IBM Sterling Connect:Direct Process Language IBM Documentation Version 5.3 IBM Sterling Connect:Direct Process Language IBM Documentation Version 5.3 This edition applies to Version 5 Release 3 of IBM

More information

Preface. For details of the new functions, please refer to the operation manual.

Preface. For details of the new functions, please refer to the operation manual. Preface Thank you for using the HULFT for WindowsNT. The present release incorporates the addition of different new functions, and improvements on the existing functions. This paper explains the functions

More information

TABLE 1 HANDLING. Chapter SYS-ED/ COMPUTER EDUCATION TECHNIQUES, INC.

TABLE 1 HANDLING. Chapter SYS-ED/ COMPUTER EDUCATION TECHNIQUES, INC. TABLE 1 HANDLING Chapter SYS-ED/ COMPUTER EDUCATION TECHNIQUES, INC Objectives You will learn: C C C C C C When to use a table How to allocate and initialize a table Differences between a subscripted and

More information

School Census Guidance for COLLECT Users Collection Online Learners, Children & Teachers COLLECT

School Census Guidance for COLLECT Users Collection Online Learners, Children & Teachers COLLECT for COLLECT Users Collection Online Learners, Children & Teachers COLLECT CONTENTS OVERVIEW 1 Introduction 1 Workflow 1 Useful Hints 2 COLLECT FOR SCHOOLS 5 Logging In 5 Working with a return 6 Uploading

More information

Develop a batch DB2 for z/os COBOL application using Rational Developer for System z

Develop a batch DB2 for z/os COBOL application using Rational Developer for System z Develop a batch DB2 for z/os COBOL application using Rational Developer for System z Make use of multiple Eclipse perspectives Skill Level: Intermediate Laurence England (englandl@us.ibm.com) STSM IBM

More information

Anexos. Diseño y construcción de un puente grúa automatizado de precisión

Anexos. Diseño y construcción de un puente grúa automatizado de precisión Anexos Diseño y construcción de un puente grúa automatizado de precisión Nombre: Daniel Andrade García Especialidad: Ingeniería Electrónica Industrial y Automática Tutor: Inmaculada Martínez Teixidor Cotutor:

More information

IT 540 Operating Systems ECE519 Advanced Operating Systems

IT 540 Operating Systems ECE519 Advanced Operating Systems IT 540 Operating Systems ECE519 Advanced Operating Systems Prof. Dr. Hasan Hüseyin BALIK (3 rd Week) (Advanced) Operating Systems 3. Process Description and Control 3. Outline What Is a Process? Process

More information

An Investor s Guide to Silverfinch

An Investor s Guide to Silverfinch An Investor s Guide to Silverfinch Silverfinch Guide v4.0 1 Table of Contents Account Access... 3 Finding and Viewing Products... 3 Removing Products from the Target Products List... 3 I. File Upload...

More information

OCTOBEAM. LED Lighting Effect USER MANUAL / MANUAL DE USUARIO

OCTOBEAM. LED Lighting Effect USER MANUAL / MANUAL DE USUARIO LED Lighting Effect USER MANUAL / MANUAL DE USUARIO PLEASE READ THE INSTRUCTIONS CAREFULLY BEFORE USE / POR FAVOR LEA LAS INSTRUCCIÓNES ANTES DE USAR 1. Overview OctoBeam White is a LED Lighting Bar with

More information

Expedite/CICS Messages

Expedite/CICS Messages GXS EDI Services Expedite/CICS Messages Version 4 Release 5 GC34-2331-04 Fifth Edition (November 2005) This edition replaces document number GC34-2331-03. Copyright GXS, Inc. 1998, 2005. All rights reserved.

More information

P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS

P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS P3 USER GUIDE FOR MARKET ACTORS RESIDENTIAL & HARD TO REACH STANDARD OFFER PROGRAMS Updated March 2016 Contents INTRODUCTION... 3 P3 REGISTRATION PROCESS... 4 P3 MARKET ACTOR PROFILE... 6 Create New Market

More information

Getting Started with Xpediter/Eclipse

Getting Started with Xpediter/Eclipse Getting Started with Xpediter/Eclipse This guide provides instructions for how to use Xpediter/Eclipse to debug mainframe applications within an Eclipsebased workbench (for example, Topaz Workbench, Eclipse,

More information

JSON and COBOL. Tom Ross Captain COBOL GSE Nordic Reykjavik June 3, 2016

JSON and COBOL. Tom Ross Captain COBOL GSE Nordic Reykjavik June 3, 2016 JSON and COBOL Tom Ross Captain COBOL GSE Nordic Reykjavik June 3, 2016 JSON and COBOL What is JSON? IBM products support JSON! Scenarios 2 What is JSON? JavaScript Object Notation JSON is the new XML

More information

Identification Division. Program-ID. J * * * * Copyright Wisconsin Department of Transportation * * * * Permission is hereby granted, free of

Identification Division. Program-ID. J * * * * Copyright Wisconsin Department of Transportation * * * * Permission is hereby granted, free of Identification Division Program-ID J7200521 Copyright Wisconsin Department of Transportation Permission is hereby granted, free of charge, to any person or organisation to use this software and its associated

More information

IBM System z Fast Track

IBM System z Fast Track IBM System z Fast Track Duración: 1 Días Código del Curso: ESZ0G Método de Impartición: Curso Remoto (Virtual) Temario: This 10 day course is intended to give IT professionals a well rounded introduction

More information

Chapter 2 INTERNAL SORTS. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 INTERNAL SORTS. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 INTERNAL SORTS SYS-ED/ Computer Education Techniques, Inc Objectives You will learn: Sorting - role and purpose Advantages and tradeoffs associated with an internal and external sort How to code

More information

paycom web User Manual

paycom web User Manual Submitting files and obtaining electronic approval via the Internet Version 1.3 06.10.2016 Base document Information No guarantee can be given for the information contained in this user manual, which is

More information

WINRAD-32 Teleradiology System Conformance Claim

WINRAD-32 Teleradiology System Conformance Claim WINRAD-32 Teleradiology System Conformance Claim Revision: 2.1 Date: February 13, 2001 Copyright 1998-2001 by LINE Imaging Systems, L.L.C. Revision History Revision Date Author Reason for Change 2.0 Feb

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

IBM. PDF file of IBM Knowledge Center topics. IBM Operations Analytics for z Systems. Version 2 Release 2

IBM. PDF file of IBM Knowledge Center topics. IBM Operations Analytics for z Systems. Version 2 Release 2 IBM Operations Analytics for z Systems IBM PDF file of IBM Knowledge Center topics Version 2 Release 2 IBM Operations Analytics for z Systems IBM PDF file of IBM Knowledge Center topics Version 2 Release

More information

Workflow Templates in Compliance 360 Version 2018

Workflow Templates in Compliance 360 Version 2018 Workflow Templates in Compliance 360 Version 2018 Workflow Templates 5 Workflow Elements 6 Workflow Teams 6 Workflow Template Changes 6 Create or Edit a Workflow Template 8 Import and Export Workflow Templates

More information

Centerity Monitor. Technical Guide: Syslog Configuration VERSION 4

Centerity Monitor. Technical Guide: Syslog Configuration VERSION 4 Centerity Monitor Technical Guide: Syslog Configuration VERSION 4 Forwarding Syslog Messages to Centerity Server 2 Forwarding Syslog Messages to Centerity Server Syslog messages can be monitored by Centerity

More information

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 6 2. Connection with your Computer... 6 2.1 Connection... 6 2.2 Connector & Pin Assignment... 7 3. Communication Format...

More information

These new features are found on the input page of every report in the DDS tool, next to the Run Report button.

These new features are found on the input page of every report in the DDS tool, next to the Run Report button. DDS Report Hub Guide The DDS Report Hub is the latest addition to the webtool platform which allows the users to better manage the reports extracted from DDS. The features of the DDS Report Hub which are

More information

Financial Manager Change Request

Financial Manager Change Request The Financial Manager Change Request section of the Finance New FOP system replaces the current emailed requests to Finance Systems Management and the Budget Office. The Financial Manager Change Request

More information

dysect DICOM Conformance Statement dysect DICOM Conformance Statement

dysect DICOM Conformance Statement dysect DICOM Conformance Statement dysect DICOM Conformance Statement 1 dysect DICOM Conformance Statement (041-00-0007 H) dysect Conformance Statement.doc DeJarnette Research Systems, Inc. 401 Washington Avenue, Suite 1010 Towson, Maryland

More information

CA Rapid Reorg for DB2 for z/os

CA Rapid Reorg for DB2 for z/os PRODUCT SHEET CA Rapid Reorg for DB2 for z/os CA Rapid Reorg for DB2 for z/os CA Rapid Reorg for DB2 for z/os (CA Rapid Reorg) helps you perform quick and effective DB2 data reorganizations to help increase

More information

ASG-Rochade SCANCOB Release Notes

ASG-Rochade SCANCOB Release Notes ASG-Rochade SCANCOB Release Notes Version 3.10.007 March 8, 2007 CO31100-310 This publication contains information about all modifications made to ASG-Rochade SCANCOB (herein called SCANCOB) since Version

More information

CA-MetaCOBOL + Online Programming Language Guide. Release 1.1 R203M+11DRP

CA-MetaCOBOL + Online Programming Language Guide. Release 1.1 R203M+11DRP CA-MetaCOBOL + Online Programming Language Guide Release 1.1 R203M+11DRP -- PROPRIETARY AND CONFIDENTIAL INFORMATION -- This material contains, and is part of a computer software program which is, proprietary

More information

RS232, RS485. Connection and Operation of Galileosky Camera

RS232, RS485. Connection and Operation of Galileosky Camera RS232, RS485. Connection and Operation of Galileosky Camera User Manual www.galileosky.com Contents Necessary Tools, Devices, Materials... 3 General Information... 4 Connecting Photo Camera via RS232 Interface...

More information

EView/390 Management for HP BSM. Operations Manager I

EView/390 Management for HP BSM. Operations Manager I EView/390 Management for HP BSM Operations Manager I Concepts Guide Software Version: A.07.00 June 2015 Copyright 2015 EView Technology, Inc. Legal Notices Warranty EView Technology makes no warranty of

More information

EXHIBIT M Page 1 of 7

EXHIBIT M Page 1 of 7 Page 1 of 7 GENERAL TREASURY DISBURSEMENT SERVICES RFP STANDARD CHECK, ACH, PRENOTE, CHECK PAID and OUTSTANDING HEAP CHECK FILE LAYOUTS STANDARD CHECK FILE LAYOUT THE FOLLOWING ACCOUNTS WILL USE THE STANDARD

More information

PBOT Data Distribution System

PBOT Data Distribution System FINANCIAL AUTOMATION PBOT Data Distribution System Vendor Interface Specification Document No.: OTS -04-668-SPEC Revision History Version Date Comments Approval Draft 5/25/05 Draft Note: This document

More information

TERMS AND CONDITIONS OF PROVIDING ELECTRONIC SERVICES. 1. General provisions

TERMS AND CONDITIONS OF PROVIDING ELECTRONIC SERVICES. 1. General provisions TERMS AND CONDITIONS OF PROVIDING ELECTRONIC SERVICES 1. General provisions 1. Under Article 8.1.1 of the Polish Law of 18 July 2002 on the Provision of Electronic Services (Journal of Laws of 2016, item

More information

DAQ Electronics, Inc 262B Old New Brunswick Road, Piscataway, NJ

DAQ Electronics, Inc 262B Old New Brunswick Road, Piscataway, NJ DAQ Electronics, Inc 262B Old New Brunswick Road, Piscataway, NJ 08854-3756 DNP3 Server Configuration CallistoView version 5.0A This is a description of the unique DNP configuration dialogs and files in

More information

Product Sales Report Pro v2.1 User's Manual

Product Sales Report Pro v2.1 User's Manual Product Sales Report Pro v2.1 User's Manual Thank you for purchasing the Product Sales Report plugin. This manual will guide you through installing and using the plugin. Installation 1. Login to your WordPress

More information

Oracle. Field Service Cloud Message Scenario Configuration Guide 18A

Oracle. Field Service Cloud Message Scenario Configuration Guide 18A Oracle Field Service Cloud Message Scenario Configuration Guide 18A Part Number: E92203-02 Copyright 2018, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information

More information

QCOPYPRP Sample COBOL WMQ CICS Copy messages adding Message Properties QCOPYPRP. Sample COBOL CICS WMQ Program Copy messages and apply a property

QCOPYPRP Sample COBOL WMQ CICS Copy messages adding Message Properties QCOPYPRP. Sample COBOL CICS WMQ Program Copy messages and apply a property QCOPYPRP Sample COBOL CICS WMQ Program Copy messages and apply a property The IBM ATS WebSphere MQ team: Lyn Elkins elkinsc@us.ibm.com Mitch Johnson mitchj@us.ibm.com Copyright IBM Corporation, 2013 QCOPYPRP

More information

Deploy Enhancements from Sandboxes

Deploy Enhancements from Sandboxes Deploy Enhancements from Sandboxes Salesforce, Spring 18 @salesforcedocs Last updated: April 13, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Computer Associates SRAM Sort Emulation

Computer Associates SRAM Sort Emulation Batch Mainframe applications in COBOL or PL/1 may use CA s SRAM sort on the mainframe. Mainframe Express does not support SRAM by default. SRAM sort is compatible to DFSORT (only the process of invocation

More information

ONLINE APPLICATION PROCEDURE INSTRUCTIONS TO FULFILL YOUR COMILLAS ONLINE APPLICATION STEP 1

ONLINE APPLICATION PROCEDURE INSTRUCTIONS TO FULFILL YOUR COMILLAS ONLINE APPLICATION STEP 1 ONLINE APPLICATION PROCEDURE INSTRUCTIONS TO FULFILL YOUR COMILLAS ONLINE APPLICATION STEP 1 The following document has been prepared to help exchange students throughout the Comillas online application

More information

I. INTRODUCTION. each station (i.e., computer, telephone, etc.) directly connected to all other stations

I. INTRODUCTION. each station (i.e., computer, telephone, etc.) directly connected to all other stations I. INTRODUCTION (a) Network Topologies (i) point-to-point communication each station (i.e., computer, telephone, etc.) directly connected to all other stations (ii) switched networks (1) circuit switched

More information

Sesión 2: PL 1b: Gestión de sistemas en tiempo real para prototipado rápido de controladores (MathWorks).

Sesión 2: PL 1b: Gestión de sistemas en tiempo real para prototipado rápido de controladores (MathWorks). Sesión 2: PL 1b: Gestión de sistemas en tiempo real para prototipado rápido de controladores (MathWorks). 1 Objetivo... 3 Hardware description... 3 Software Setup... 3 Setting an Initial Working Folder...

More information

Assignment Statuses An assignment can have any one of the following statuses. Depending on how the assignment is made,

Assignment Statuses An assignment can have any one of the following statuses. Depending on how the assignment is made, Assignments Assignments The topics in this section provide information about Assignments. To begin managing Assignments on the Assignments console: 1. On the Navigation bar, click Assignments 2. The Assignments

More information

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Procedures Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01 Table of Contents Procedures 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE... 1-1

More information

APPENDIX E SOLUTION TO CHAPTER SELF-TEST CHAPTER 1 TRUE-FALSE FILL-IN-THE-BLANKS

APPENDIX E SOLUTION TO CHAPTER SELF-TEST CHAPTER 1 TRUE-FALSE FILL-IN-THE-BLANKS APPENDIX E SOLUTION TO CHAPTER SELF-TEST CHAPTER 1 2. F The AS/400 family of computers, as with all IBM midrange and mainframe computers, uses the EBCDIC coding system. 3. F Arrival sequence files do not

More information

Oracle. Field Service Cloud Message Scenario Configuration Guide

Oracle. Field Service Cloud Message Scenario Configuration Guide Oracle Field Service Cloud Message Scenario Configuration Guide Release August 2017 Part Number: E89518-02 Copyright 2017, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud

More information

SOFTWARE PECO-GRAPH. User Manual COUNTING DATA GRAPHICAL REPRESENTATION AND MANAGEMENT SOFTWARE. User Manual version - 4.

SOFTWARE PECO-GRAPH. User Manual COUNTING DATA GRAPHICAL REPRESENTATION AND MANAGEMENT SOFTWARE. User Manual version - 4. SOFTWARE PECO-GRAPH User Manual COUNTING DATA GRAPHICAL REPRESENTATION AND MANAGEMENT SOFTWARE User Manual version - 4.10 ENGLISH Copyright 2018 AX Solutions, S.L. All rights reserved. Visual Tools products

More information

Defining Application Processing Options

Defining Application Processing Options CHAPTER 1 Need Access support is available only for aid years prior to 2010 2011. Need Access will not be supported after the 2009 2010 aid year. This chapter lists prerequisites and discusses how to:

More information

BEANS OPERATIONS ENQUIRY PURPOSE IMPORTANCE

BEANS OPERATIONS ENQUIRY PURPOSE IMPORTANCE BEANS Student Management Exam Management Batch Management Attendance Management User Management Administration work STUDENT MANAGEMENT Operation Reporting Enquiry Form Issue Quick Admission Fees Collection

More information

UDP and TCP. Introduction. So far we have studied some data link layer protocols such as PPP which are responsible for getting data

UDP and TCP. Introduction. So far we have studied some data link layer protocols such as PPP which are responsible for getting data ELEX 4550 : Wide Area Networks 2015 Winter Session UDP and TCP is lecture describes the two most common transport-layer protocols used by IP networks: the User Datagram Protocol (UDP) and the Transmission

More information

ELEC 875 Design Recovery and Automated Evolution. Week 1 Class 2 Modeling. ELEC 875 Design Recovery and Automated Evolution

ELEC 875 Design Recovery and Automated Evolution. Week 1 Class 2 Modeling. ELEC 875 Design Recovery and Automated Evolution ELEC 875 Design Recovery and Automated Evolution Week 1 Class 2 Modeling Papers for next week Singer, J., Lethbridge, T., Vinson, N. and Anquetil, N., "An Examination of Software Engineering Work Practices",

More information

Uploading Files to EvaluationWeb

Uploading Files to EvaluationWeb Uploading Files to EvaluationWeb User Guide Version 1.5 May 2017 All rights reserved Change History History The table below logs the changes that have been made to this document over time. Version Changes

More information

MQ Service Provider for z/os Connect Enterprise Edition

MQ Service Provider for z/os Connect Enterprise Edition MQ Service Provider for z/os Connect Enterprise Edition Mitch Johnson mitchj@us.ibm.com Washington System Center /first_what_is_rest? What makes an API RESTful? 2 1 REST is an Architectural Style REST

More information

IBM Tivoli OMEGAMON XE on z/os. Troubleshooting No-data Conditions on the Enhanced 3270 User Interface

IBM Tivoli OMEGAMON XE on z/os. Troubleshooting No-data Conditions on the Enhanced 3270 User Interface IBM Tivoli OMEGAMON XE on z/os Troubleshooting No-data Conditions on the Enhanced 3270 User Interface Version 1.3, November, 2013 IBM Tivoli OMEGAMON XE on z/os Troubleshooting No-data Conditions on the

More information

OSEK/VDX. Communication. Version January 29, 2003

OSEK/VDX. Communication. Version January 29, 2003 Open Systems and the Corresponding Interfaces for Automotive Electronics OSEK/VDX Communication Version 3.0.1 January 29, 2003 This document is an official release and replaces all previously distributed

More information

I through R. IP SLA Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) 1

I through R. IP SLA Command Reference, Cisco IOS XE Release 3SE (Catalyst 3850 Switches) 1 I through R icmp-echo, page 2 icmp-jitter, page 4 ip sla, page 6 ip sla group schedule, page 9 ip sla logging traps, page 17 ip sla low-memory, page 19 ip sla reaction-trigger, page 21 ip sla reset, page

More information

EView/390z Mainframe Discovery for ServiceNow Discovery for CMDB

EView/390z Mainframe Discovery for ServiceNow Discovery for CMDB EView/390z Mainframe Discovery for ServiceNow Discovery for CMDB Concepts Guide Software Version: 7.2 April 2018 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this

More information

Emergency Medical Assistants Continuing Competence System (EMACCS) User Manual

Emergency Medical Assistants Continuing Competence System (EMACCS) User Manual Emergency Medical Assistants Continuing Competence System (EMACCS) User Manual Creation Date: June 2013 Last Updated: Oct 1, 2013 Document Name: EMACCS_User_Manual Version: V 1.0 June 2013 Contents Introduction...

More information

Implementing Data Masking and Data Subset with IMS Unload File Sources

Implementing Data Masking and Data Subset with IMS Unload File Sources Implementing Data Masking and Data Subset with IMS Unload File Sources 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 5 2. Connection with your Computer... 5 2.1 Connection... 5 2.2 Connector & Pin Assignment... 5 3. Communication Format...

More information

Implementing Data Masking and Data Subset with IMS Unload File Sources

Implementing Data Masking and Data Subset with IMS Unload File Sources Implementing Data Masking and Data Subset with IMS Unload File Sources 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

IBM Kenexa BrassRing on Cloud. Rules Automation Manager Guide

IBM Kenexa BrassRing on Cloud. Rules Automation Manager Guide Rules Automation Manager Guide Document Date: May 2018 2 Edition Notice Note: Before using this information and the product it supports, read the information in Notices. This edition applies to IBM Kenexa

More information

UPLOADING A PAPER ON THE SILAE WEB PLATFORM: A HOW-TO GUIDE

UPLOADING A PAPER ON THE SILAE WEB PLATFORM: A HOW-TO GUIDE CARTAGENA DE INDIAS, FROM SEPTEMBER, 2017 UPLOADING A PAPER ON E SILAE WEB PLATFORM: A HOW-TO GUIDE S T E P B Y S T E P Before uploading your paper, please make sure it follows e format below. To do is

More information

Monitoring Agent for SAP Applications Fix pack 11. Reference IBM

Monitoring Agent for SAP Applications Fix pack 11. Reference IBM Monitoring Agent for SAP Applications 7.1.1 Fix pack 11 Reference IBM Monitoring Agent for SAP Applications 7.1.1 Fix pack 11 Reference IBM Note Before using this information and the product it supports,

More information

EDITRAN. Installation and Version Updating Manual version. Windows/Unix INDRA 17/03/17

EDITRAN. Installation and Version Updating Manual version. Windows/Unix INDRA 17/03/17 EDITRAN 5.1.0 version Windows/Unix Installation and Version Updating Manual INDRA 17/03/17 INDEX 1. INTRODUCTION... 1-1 2. UNIX... 2-1 2.1. USER CREATION... 2-1 2.2. EDITRAN INSTALLATION... 2-1 2.3. IBM-AIX...

More information

Test Results. Generation Java. ID-10t Consultations. Assistant Professor Department of Computer Science Siena College

Test Results. Generation Java. ID-10t Consultations. Assistant Professor Department of Computer Science Siena College Test Results Requested by: Dr. Darren Lim Assistant Professor Department of Computer Science Siena College Mrs. Pauline White Visiting Professor Department of Computer Science Siena College Generation

More information

Configuring High-Availability DNS Servers

Configuring High-Availability DNS Servers CHAPTER 19 A second primary server can be made available as a hot standby that shadows the main primary server. This configuration is called High-Availability (HA) DNS. The Cisco Prime Network Registrar

More information

P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM

P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM P3 USER GUIDE FOR MARKET ACTORS COMMERCIAL STANDARD OFFER PROGRAM Updated March 2016 TABLE OF CONTENTS P3 INTRODUCTION... 1 P3 REGISTRATION PROCESS... 2 P3 MARKET ACTOR PROFILE... 4 Create New Market Actor

More information

FM300 Network Server

FM300 Network Server FM300 Network Server User s Manual March 2005 MEDA, Inc Macintyre Electronic Design Associates, Inc 43676 Trade Center Place, Suite 145 Dulles, VA 20166 Disclaimer of Warranty FM300 Network Server NO WARRANTIES

More information

Configuring IP SLAs for Metro-Ethernet

Configuring IP SLAs for Metro-Ethernet This module describes how to configure an IP Service Level Agreements (SLAs) for Metro-Ethernet to gather network performance metrics in service-provider Ethernet networks. Available statistical measurements

More information

Ftp Server Returned Codes And Error Command Not Implemented

Ftp Server Returned Codes And Error Command Not Implemented Ftp Server Returned Codes And Error Command Not Implemented For some reason I need to login FTP server with empty/blank/no password. Here is code: The remote server returned an error:(500) syntax error,

More information

Chapter 10: Dynamic Learning Maps (DLM ) Appendix

Chapter 10: Dynamic Learning Maps (DLM ) Appendix 10.1 Chapter 10: Dynamic Learning Maps (DLM ) Appendix This Appendix contains information specific to the Dynamic Learning Maps (DLM) program. This information may not apply to you if you are a member

More information

Configuring IP SLAs for Metro-Ethernet

Configuring IP SLAs for Metro-Ethernet This module describes how to configure an IP Service Level Agreements (SLAs) for Metro-Ethernet to gather network performance metrics in service-provider Ethernet networks. Available statistical measurements

More information

CSCI 4210 Operating Systems CSCI 6140 Computer Operating Systems Project 2 (document version 1.4) Contiguous and Non-contiguous Memory Management

CSCI 4210 Operating Systems CSCI 6140 Computer Operating Systems Project 2 (document version 1.4) Contiguous and Non-contiguous Memory Management CSCI 4210 Operating Systems CSCI 6140 Computer Operating Systems Project 2 (document version 1.4) Contiguous and Non-contiguous Memory Management Overview This project is due by 11:59:59 PM on Wednesday,

More information

Opal-RAD Admin Guide. Viztek, LLC US Highway 70 East Garner, NC Opal-RAD Admin Guide 2.

Opal-RAD Admin Guide. Viztek, LLC US Highway 70 East Garner, NC Opal-RAD Admin Guide 2. 1 -RAD Admin Guide User Administration....2 Introduction... 2 User Management: Add Users... 6 User Management: View/Edit Users... 6 User Management: Add Groups... 8 User Management: View/Edit Groups...

More information

CALL CLICK FAX MAIL P.O. Box 1213, New York, NY 10156

CALL CLICK FAX MAIL P.O. Box 1213, New York, NY 10156 File-AID s Microsoft Systems courses include: Programming Skills PC Emulation of Mainframe Software Telecommunications VSAM Database: IMS Client/Server for MVS Programming Languages Utilities & Development

More information

Chapter 8: I/O functions & socket options

Chapter 8: I/O functions & socket options Chapter 8: I/O functions & socket options 8.1 Introduction I/O Models In general, there are normally two phases for an input operation: 1) Waiting for the data to arrive on the network. When the packet

More information

Copyright Network Management Forum

Copyright Network Management Forum SPIRIT Platform Blueprint SPIRIT COBOL Language Portability Guide (SPIRIT Issue 3.0) Network Management Forum Copyright December 1995, Network Management Forum All rights reserved. No part of this publication

More information

GUIA PARA EL MENSAJE DE REPORTE DE INVENTARIOS EN FORMATO EANCOM DETALLE DE LOS SEGMENTOS

GUIA PARA EL MENSAJE DE REPORTE DE INVENTARIOS EN FORMATO EANCOM DETALLE DE LOS SEGMENTOS GUIA PARA EL MENSAJE DE REPORTE DE INVENTARIOS EN FORMATO EANCOM DETALLE DE LOS SEGMENTOS www.gs1co.org Identificador del Documento Guía EANCOM INVRPT Nombre del documento Estado del documento Guía para

More information

CICS VSAM Transparency

CICS VSAM Transparency Joe Gailey Senior IT Specialists Client Technical Specialist for CICS z/os Tools 10 th May 2013 CICS VSAM Transparency AGENDA Business Issue IBM s Solution How CICS VT Works (Deep Dive) Conclusions / Questions

More information

Cool things in Navigator for IBM i to be a Rock Star Administrator

Cool things in Navigator for IBM i to be a Rock Star Administrator Cool things in Navigator for IBM i to be a Rock Star Administrator itech Solutions because IBM i (AS/400s) don t come with System Administrators Pete Massiello itech Solutions pmassiello@itechsol.com 203-744-7854

More information

Dashboard User Guide For assistance, please call

Dashboard User Guide For assistance, please call Dashboard User Guide For assistance, please call 1-866-399-8647. With these instructions, you will: PAGE 1. Login to the Clarity site, Configure 911, and Change your Password... 2 2. Set up Mobile Connect

More information

AMT203 ABSOLUTE ENCODER Demo Kit User Guide DISCONTINUED

AMT203 ABSOLUTE ENCODER Demo Kit User Guide DISCONTINUED AMT203 ABSOLUTE ENCODER Demo Kit User Guide PART NUMBER: AMT203 AMT-DMBD Demo Board DESCRIPTION: date 2 of 13 DEMO KIT USER GUIDE The AMT-DMBD Demo Board is designed for testing and configuring the AMT

More information