
Larry C. answered 08/17/19
Computer Science and Mathematics professional
In COBOL, a period is the statement delimiter so you can't use it in a PICTURE clause. Instead, use a V to represent the implied decimal point such as S9(02)V9(02)
Larry C. answered 08/17/19
Computer Science and Mathematics professional
In COBOL, a period is the statement delimiter so you can't use it in a PICTURE clause. Instead, use a V to represent the implied decimal point such as S9(02)V9(02)
Larry C. answered 07/08/19
Computer Science and Mathematics professional
You can't use a period in a picture clause because a period has a specific meaning in COBOL syntax - it denotes the end of a command and so on. Instead, you would specify s9(02)v9(02) where the v represents the placement of the decimal point.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.