ASKTIME
| COBOL | Java |
|---|---|
| EXEC CICS ASKTIME | ibmCics.askTime |
Syntax
ibmCics.askTime (<absTime>, [<noHandle>]);Parameters
<absTime>
The variable to hold the time result. An empty string is set if not used.
<noHandle>
Optional boolean. If set to true, exceptions created by this command will be ignored.
Examples
| COBOL | Java |
|---|---|
|
|
|
|
