CICSPosition

Top  Previous  Next

×V2.1.2Ø

S

A

W

WS

ü

ü

Valid for: SetStartup

 

Syntax -

       SetStartup CICSPosition "<Row>,<Column>"

               Where:

<Row> is the appropriate row number on the screen, counting from top to bottom on the screen. This can have a value of 1 to 24.

<Column> is the appropriate column number on the screen, counting from left to right on the screen.  This can have a value of 1 to 80.

 

Description:

This option defines the row and column location where the cursor is placed before sending the CICS command.  If set to "0,0", the CICS will be placed in the current cursor position with no attempt to move it. The default value for CICSPosition is 5,1.

 

Note: This setting applies only when using the StandardSignatureAndInvision or TSO signon pathways.

 

Sample:

       The following statement instructs EMUE to provide the CICS at row 17, column 71

SetStartup CICSPosition "17,71"

 

See Also:

CHPS

CICS

CICSMessage

PreSignonKeystrokes