The CA SYSVIEW batch interface and issuing commands that result in a display that has more than one screen of data.
search cancel

The CA SYSVIEW batch interface and issuing commands that result in a display that has more than one screen of data.

book

Article ID: 51350

calendar_today

Updated On:

Products

CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services Datacom/AD CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware Compress Data Compression for MVS Compress Data Compression for Fujitsu Cross Enterprise Application Performance Management (APM) SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

Description:

When using the batch interface in CA SYSVIEW, there is a method so that you can view all of the data that is returned if you are issuing a command that returns more than one screen of data.

Solution:

When issuing a CA SYSVIEW command via the batch interface that will return more than one screen of data, you can use the SCROLL statement to ensure that the complete display is provided.

For example: If the ACTIVITY command is entered and you want to make sure the batch output includes the complete display you would code the following:

//SYSIN    DD  *
  COMMAND=(ACTIVITY)
  SCROLL
  COMMAND=END
//

Environment

Release:
Component: CA90S