3 4 Remove Observability from All Objects in a Library

LANSA Open System Utilities

3.4 Remove Observability from All Objects in a Library

Functional Description

All programs in the specified library will have their symbolic debug table removed. This table can account for up to 60% of a program's object size. For more information on this topic refer to the appropriate IBM manual.

Name

OS@P0004

Type

Control Language Program

Source provided

Yes

 

  Warnings That Apply

  • <<osulib>> must be in the library list when running this job.
  • The library specified must exist.
  • If you want to debug any programs in this library after this job has completed they will need to be recompiled.
  • This utility can be run repeatedly with no problems, even over libraries already stripped.
  • This job can be run on any library in the system.

Parameters

No

Type

Len

Dec

Description

1

Alpha

10

 

Name of library to be stripped.

 

  Examples

Remove observability from objects in library TEST.

CALL OS@P0004 (TEST)