skip to main content

Transitioning from MicroFocus : Syntax and Behavior

Syntax and Behavior
The syntax z"String" is not supported by isCOBOL. In order to append 0x00 to a text string you must take advantage of string concatenations. For example:
move z"my-literal" to an-item
can be changed to:
move "my-literal" & x"00" to an-item
o
o
o
o
If EXHIBIT was used alone, the replacement can be done using the -rc compiler flag:
If EXHIBIT was used with either NAMED or CHANGED clauses, then it must be handled through regular expression. In this case, add the following entry to the Compiler configuration:
o
o

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left