So first - let’s say there is a Linkage Section variable defined as: 05 Important-Value Pic X(10) Value SPACE. Then let’s say some other program calls this program where the Important-Value variable being passed has a value of “Platinum”. Once our program gets up and running, will SPACE...
Hmmm . . .
Recently encountered COMPUTE A = ((B + C) * D) * ((E / F) - G) + 0.E0
What is the significance/purpose/benefit of 0.E0 ?
In advance - thanks.
Hello to all.
First time.
While looking at some legacy code . . .
01 DATA-TO-PROCESS.
03 DATA-FIELD-01 PIC X.
88 DF1-YES VALUE 'Y' 'Y'.
88 DF1-NO VALUE 'N'.
. . . what is the significance, purpose or benefit of doubling down on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.