This page (revision-6) was last changed on 26-Nov-2021 10:22 by rforbes

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 26-Nov-2021 10:22 765 bytes rforbes to previous
5 26-Nov-2021 10:22 529 bytes JMyers to previous | to last
4 26-Nov-2021 10:22 391 bytes JMyers to previous | to last
3 26-Nov-2021 10:22 359 bytes JMyers to previous | to last
2 26-Nov-2021 10:22 355 bytes JMyers to previous | to last
1 26-Nov-2021 10:22 342 bytes JMyers to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed one line
Statement: Store the Day portion of the Period End Date into Variable Day of Month.
;Statement: Store the Day portion of the Period End Date into Variable Day of Month.
At line 7 changed 2 lines
00010 LET V DAY OF MONTH DAY $S PERIOD-END-DATE 99999
99999 EXIT 99999
|00010 |LET| V| DAY OF MONTH| DAY| $S| PERIOD-END-DATE | | | 99999|
|99999| EXIT| | | | | | | | 99999|
The DAY command will return the value as a CHAR. To use this as a comparison against a number you will need to convert this to a number value with the [NUM|NUM_OPERATOR] operator into a different variable that has the type of number.
----
![Notes|Edit:Internal.DAY_OPERATOR]
[{InsertPage page='Internal.DAY_OPERATOR' default='Click to create a new notes page'}]