Pathway/iTS Web Client Programming Manual (G06.24+)

Java Import Package Reference
Compaq NonStop Pathway/iTS Web Client Programming Manual520270-001
6-4
Class Gateway
Description
Equivalent to the SCREEN COBOL ABORT-TRANSACTION statement.
Method acceptDate
Purpose
Gets the date from the NonStop Himalaya.
Syntax
public void acceptDate (ScobolType date, boolean yyyymmdd)
throws ScobolTxnException
Description
Equivalent to the SCREEN COBOL ACCEPT DATE statement.
Parameters
Method acceptDay
Purpose
Gets the Julian day from the NonStop Himalaya.
Syntax
public void acceptDay (ScobolType day, boolean yyyyddd)
throws ScobolTxnException
Description
Equivalent to the SCREEN COBOL ACCEPT DAY statement.
Parameters
Method acceptTime
Purpose
Gets the time from the NonStop Himalaya.
date The object that will receive the date.
yyyymmdd If true, the date will be returned in yyyymmdd format;
otherwise, it will be in yymmdd format.
day The object that will receive the Julian day.
yyyyddd If true, the day will be returned in yyyyddd format;
otherwise, it will be in yyddd format.