Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

JCI-VMOPT - Structure for transferring options

This element contains the partial structure JCI-VMopt which is required to transfer options when the VM is started:

*> Copyright (c) 2016 Fujitsu Technology Solutions GmbH
*>               All Rights Reserved
>>SOURCE FORMAT IS FREE
41 JCI-VMopt.
42            PIC S9(009) USAGE COMP-5 SYNC VALUE 001.
42            PIC S9(004) USAGE COMP-5 SYNC

VALUE <max-options>.
42 VMOptNum   PIC S9(004) USAGE COMP-5 SYNC VALUE 000.
42 VMOptFlag  PIC X(001) VALUE X'00'.
88 IGNORE-UNRECOGNIZED VALUE X'01'
WHEN SET TO FALSE X'00'.
42            PIC X(003) VALUE X'00'.
42 VMOpt OCCURS <max-options>.
43 VMOptVstring USAGE POINTER.
43 VMExtrainf   USAGE PROGRAM-POINTER.

This structure is referred to as OptArg below.

Then umber of elements with which the options table is to be expanded (maximum number of arguments) must be set by the REPLACING entry in the COPY statement:

COPY JCI-VMOPT REPLACING == <max-options> == BY num .

The following statement is required for dynamic initialization of the structure as a whole in order to ensure the correct values for fields which are reserved internally:

INITIALIZE JCI-VMopt WITH FILLER ALL TO VALUE