XINFO – Programming Language zOS - C

Slides:



Advertisements
Similar presentations
Database vocabulary. Data Information entered in a database.
Advertisements

HORIZONT 1 XINFO ® The IT Information System PL/1 HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
C (Programming Language z/OS) The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
Using the Jumble Word Template
Overview Importing text files Creating Forms Creating Reports.
HORIZONT 1 XINFO ® The IT Information System Cobol HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
Assembler The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT 1 XINFO ® The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
HORIZONT 1 XINFO ® The IT Information System CICS Scanner HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
How to create a powerpoint slide. To open a new Powerpoint™ document, click on “Start” and then on “Microsoft Office Powerpoint” Step #2 Step #1.
HORIZONT 1 XINFO ® The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
INTRODUCTORY GUIDE TO SURPLUS LINE INFORMATION PORTAL 2.0 (SLIP) CALIFORNIA’S ELECTRONIC FILING SYSTEM THE SURPLUS LINE ASSOCIATION OF CALIFORNIA Quick.
HORIZONT 1 XINFO ® The IT Information System How to use XINFO in Software Development HORIZONT Software for Datacenters Garmischer Str. 8 D München.
Assembler The IT Information System HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT 1 XINFO ® The IT Information System PL/1 HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT 1 XINFO ® The IT Information System Cobol HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
User Manual OPERATION MODULE V1.0. CONTENT  MAIN INTERFACE  STAFF RECORD  How to add new record?  How to edit record?  Additional Record  How to.
HORIZONT 1 XINFO ® The IT Information System z/OS - JCL HORIZONT Software for Datacenters Garmischer Str. 8 D München Tel ++49(0)89 /
HORIZONT XINFO – Scanner zOS – RMM XINFO – Scanner zOS - RMM 1.
Powerpoint for Students What is Powerpoint?  Presentation software  Slides  Graphics  Animations for text  Animations for slides  Sound effects.
HORIZONT XINFO – Scanner zOS – JCL1 HORIZONT XINFO – Scanner zOS – JCl.
HORIZONT 1XINFO – Programming Languages zOS – PL1 HORIZONT XINFO – Programming Languages zOS – PL1.
HORIZONT XINFO – How to use XINFO in Development 1 HORIZONT XINFO – How to use XINFO in Development.
How to reset incredimail password. From time to time you may have to change your account’s password in your hosting account.
HORIZONT 1XINFO – Programming Languages zOS - Assembler HORIZONT XINFO – Programming Languages zOS - Assembler.
HORIZONT XINFO – Programming Languages zOS - Cobol 1 HORIZONT XINFO – Programming Languages zOS – Cobol.
Add Media in Company After Login Below screen will display
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
XINFO – Scanner zOS – CA7.
XINFO – How to use XINFO in Development
XINFO – Scanner zOS – SMF
SAP ECC 6.0 DEVELOPMENT ABAP ABAP DICTIONARY & Advanced Editor Abap
How to use XINFO ISPF Dialog
The IT - Information System
XINFO – Programming Languages zOS - Assembler
XINFO – Scanner DS – File Content
SmartJCL – Eclipse – RDz Plugin
Click the mouse button or press the Space Bar to display the answers.
XINFO – Scanner zOS – PO and PDSE
XINFO – Eclipse RDz Plugin
XINFO - Programming Languages - Java
XINFO – Scanner z/OS – JCL
XINFO – Programming Languages zOS – PL1
Click here for the answer. Click here for the answer.
Click here for the answer. Click here for the answer.
ESTR Basics for View-Only Users
Click here for the answer. Click here for the answer.
XINFO – Product Presentation
XINFO – Scanner zOS - Space
XINFO – Scanner zOS - DB2.
How to use XINFO ISPF Dialog
Directions These panels are interactively linked to each other. Clicking on a colored panel will jump to that panels corresponding content slide. You must.
XINFO – Scheduler z/OS – TWS
TEISS Interface Review
News about XINFO PC Client 4.0
IN-PREP TITLE SLIDE 1.
XINFO – Scanner zOS – Control-D
How to Open PowerPoint Maryam Fatima.
Enter Your Presentation Title
XINFO – Scanner zOS – IMS
Take-off Products and Solutions for Public Information Providers
XINFO – Scheduler z/OS – CA Scheduler
XINFO – Programming Languages zOS – Cobol
Critical Path Simulation
A short guide to using the ETSI PowerPoint Template
XINFO – Scanner zOS - CICS
Click “Execute” button.
XINFO – Scanner zOS – PO and PDSE
Presentation transcript:

XINFO – Programming Language zOS - C

About this Presentation This PowerPoint gives you a short overview about how to work with XINFO - C scanner. This button can be used to jump to specific slides in this presentation. General Information Click on this symbol to jump to the overview slide

Table of Contents Displays General Info Includes System Functions Function Call Files DB2 Access Variables Types

XINFO and C The XINFO C scanner delivers following information: Which proprams are using which includes ? Which programs are using which functions ? Which programs are using a certain type ? Which programs are calling external programs ? Which programs are using which variables ? Which programs are deleting rows from a DB2 table ? ….

C - Displays The displays for C

C – General Info Selection panel “General Info” ..scroll up/down for more selection fields…

Resulting “General Info” C – General Info Resulting “General Info”

Search for Includes, e.g. all programs that include “errno.h” C - Includes Search for Includes, e.g. all programs that include “errno.h”

C - Includes These programs are using “assert.h” Direct read access to several sources

Search for all programs that are using system calls C - System Search for all programs that are using system calls

These programs are using “getKundename ” C - System These programs are using “getKundename ”

Function “getKundename” causes problems. Where is it defined? C - Functions Function “getKundename” causes problems. Where is it defined?

The function is defined in member “MINXI01” C - Functions The function is defined in member “MINXI01”

C – Function Call And now you want to know which programs are using this function: “Called Function” gives you the answer:

Ok, no problem: The function is only used in two members C – Function Call Ok, no problem: The function is only used in two members

C – Files And now you want to know which programs are using this function: “Called Function” gives you the answer:

These programs are writing to the console C - Files These programs are writing to the console

Use the “group” function to get the members (and not all lines) C - Files Use the “group” function to get the members (and not all lines)

All members where “stdout” is used, column Count shows you how often C - Files All members where “stdout” is used, column Count shows you how often

Which programs are updating table “VCONA”? C – DB2 Access Which programs are updating table “VCONA”?

Program DSN8CC1 is the only program that updates table “*Konto” C – DB2 Access Program DSN8CC1 is the only program that updates table “*Konto”

C - Variables Which variables are declared, but not used?

C - Variables The result shows all members (lines) where unused variables are declared

Which programs are using streams? C - Types Which programs are using streams?

Here are all lines where bool are used… C - Types Here are all lines where bool are used…

…use the group functions to get a list of all members… C - Types …use the group functions to get a list of all members…

…here is a list of all members where streams are used C - Types …here is a list of all members where streams are used

Many thanks for your attention!