adabas - natural flyers, whitepapers, training... · natural is the programing language for...

20
HORIZONT 1 XINFO – Programming Languages zOS - Natural HORIZONT Adabas - Natural

Upload: others

Post on 15-Mar-2020

13 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 1 XINFO – Programming Languages zOS - Natural

HORIZONT

Adabas - Natural

Page 2: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 2 XINFO – Programming Languages zOS - Natural

XINFO and Natural

• Which programs are using which data objects?• Which programs are using which includes?• Which programs are calling other programs?• Which programs are using which files?• Which programs are accessing the database and how?• …

NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information:

Page 3: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 3 XINFO – Programming Languages zOS - Natural

Natural - Displays

The displays for NATURAL

Page 4: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 4 XINFO – Programming Languages zOS - Natural

Natural – General Info

Selection panel “General Info”

Page 5: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 5 XINFO – Programming Languages zOS - Natural

Natural – General Info

Resulting “General Info”

Page 6: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 6 XINFO – Programming Languages zOS - Natural

Natural - Includes

Search for Includes, e.g. all programs that are using include “*POOL*”

Page 7: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 7 XINFO – Programming Languages zOS - Natural

Natural - Includes

These programs are using includes

Page 8: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 8 XINFO – Programming Languages zOS - Natural

Natural – Data Objects

Search for data objects, e.g. all programs that are using

other objects then “CD*”

Page 9: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 9 XINFO – Programming Languages zOS - Natural

Natural – Data Objects

All programs that are not using objects “CD*”

Page 10: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 10 XINFO – Programming Languages zOS - Natural

Natural – Data Objects

And which objects are used?

1. Select “Group”…

2. Select “Data Object”…

Page 11: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 11 XINFO – Programming Languages zOS - Natural

Natural – Data Objects

Used objects

How often are the objects used?

Double click the column name to sort results by this value

Page 12: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 12 XINFO – Programming Languages zOS - Natural

Natural – DB Access

Show which databases are accessed for write

Page 13: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 13 XINFO – Programming Languages zOS - Natural

Natural – DB Access

... of this DDMNatural view ...Database may be

accessed (e.g. for write) via various statements

Page 14: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 14 XINFO – Programming Languages zOS - Natural

Natural – DB Access

Natural SQL statements(COMMIT, ROLLBACK, ...)

Natural DML statements(DELETE, HISTOGRAM, ...)

Page 15: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 15 XINFO – Programming Languages zOS - Natural

Natural – External SQL

Are there any SQL statements which directly access the underlying database

(“Flexible SQL”) for deletion?

Page 16: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 16 XINFO – Programming Languages zOS - Natural

Natural – External SQL

Delete is performed on these database tables

Page 17: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 17 XINFO – Programming Languages zOS - Natural

Natural – External SQL

DELETE is performed on these database tables

Line command Browse shows which SQL statement is actually performed

Page 18: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 18 XINFO – Programming Languages zOS - Natural

Natural – Libraries

Which programs and subprograms are defined in

library “TESTPROD”?

Page 19: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 19 XINFO – Programming Languages zOS - Natural

Natural – Libraries

Information about programs stored in library TESTPROD

Page 20: Adabas - Natural flyers, whitepapers, training... · NATURAL is the programing language for accessing ADABAS. The XINFO scanner delivers following information: HORIZONT 3 XINFO –

HORIZONT 20 XINFO – Programming Languages zOS - Natural

HORIZONT

Many thanks for your attention!