Information

This site will undergo a brief period of maintenance on Friday, 18 December at 12:30 AM Central/12:00 PM IST. During a 30 minute window, site availability may be intermittent.

Information
Newer version of documentation BMC provides a newer version of the documentation for this version of the product. As a result, BMC no longer accepts comments in this space.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see bao8301.

SESSINF


This command writes OSPI session specific information to the OSPISNAP DD and is used in debugging OSPI EXECs.

Information includes the current contents of the buffer image, cursor position and keyboard status, and a SNAP dump of all VTAM data exchange, including the RPL.

See Interacting-with-VTAM-applications-with-OSPI for more information about using this command and OSPI.

Command

Parameters

SESSINF

SESSION(sessionIdentifier)

The following table describes the parameters:

Parameter

Function

Notes

SESSION

Session identifier of the session to display

This identifier is returned by the LOGON command.

Only one EXEC can use this command at a time. You must serialize the use of this command.

Warning

Note

The SNAP dump information produced is for BMC Support purposes only.

Condition codes are listed in the following table:

Value

Description

0

Command was executed successfully.

8

One of the following situations occurred:

  • Invalid syntax was used.
  • Session was not found.

Example

This example command dumps all session-related information that is designated by IMSSESS to the OSPISNAP DD, which includes all session variables and the virtual screen image.

REXX EXEC example:

/* REXX */
"IMFEXEC VENQ 'BOOLE' EXC"
"IMFEXEC SESSINF SESSION('IMSSESS')"
"IMFEXEC VDEQ 'BOOLE'"

CLIST example:

IMFEXEC VENQ 'BOOLE' EXC
IMFEXEC SESSINF SESSION(&IMSSESS)
IMFEXEC VDEQ 'BOOLE'

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Automation 8.3