Exactly as it sounds. What is the maximum source file width supported for RPGLE/SQLRPGLE code?
And while we're at it, CL, DDS and SQL source?
I'm on 7.2
And while we're at it, CL, DDS and SQL source?
I'm on 7.2
[FONT=courier new]if cust.authorize = AUTH_ALL or order(i).price * order(i).quantity > cust.max_unauthorized_price; getAuthorization (order(i) : cust); endif;[/FONT]
[FONT=courier new]if cust.authorize = AUTH_ALL
or order(i).price * order(i).quantity > cust.max_unauthorized_price;
getAuthorization (order(i)
: cust);
endif;[/FONT]
Comment