Hello,
we have z/OS 1.6 and we use file tailoring with skeletons. In "Dialog Developer’s Guide and Reference" page 318 I see following example with the new continuation character '?':
This example does not work, I'm getting following error:
Does anybody know, why this example does'nt work :-( ?
Thanks
Adam
we have z/OS 1.6 and we use file tailoring with skeletons. In "Dialog Developer’s Guide and Reference" page 318 I see following example with the new continuation character '?':
Code:
)SEL &RC = 0 ?
&& &VARNAME = &ZUSER ?
&& &VARI <= 10
Code:
******************************************************************************
* ISPF124 *
* *
* Invalid operator *
* Invalid Boolean operator, TTESTT record-1 *
* *
* *
* *
* *
* *
* *
* File tailoring input line: *
* )SEL &RC = 0 ? *
* *
* Enter HELP command for further information regarding this error. *
* Press ENTER key to terminate the dialog. *
Thanks
Adam