Skip to content
#

training-materials

Here are 402 public repositories matching this topic...

abickerton
abickerton commented Apr 18, 2020

5.2.3
PICTURE clause character-string representation
Some PIC clause symbols can appear only once in a PIC clause character-string,
while other can appear more than once. For example:
➢ PIC clause to hold value 1123.45 is coded as follows, where the V represents
the decimal position.
PIC 9(4)V99
➢ PIC clause for a value such as $1,123.45 is coded as follows:
PIC $9,999V99

Andygol
Andygol commented Dec 22, 2019

It would be nice to have some test that checks documents formatting. Incorrect formatting influences bad document rendering and causes difficulties in translation in Transifex as one sentence is split across several lines wich Transifex shows separately. English has a fixed sentence structure and it is very hard to get the meaning of the sentence by its small part.

tonycurtis
tonycurtis commented May 3, 2019

With community PGI on Fedora 30 x86_64

$ make c++
pgc++ -o pic.exe pic.cpp -fast -Minfo=opt
"/usr/include/c++/9/bits/stl_function.h", line 437: error: identifier
          "__builtin_is_constant_evaluated" is undefined
  	if (__builtin_is_constant_evaluated())
  	    ^

1 error detected in the compilation of "pic.cpp".
make: *** [Makefile:14: pic.exe] Error 2

$ pgc++ -V

Improve this page

Add a description, image, and links to the training-materials topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the training-materials topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.