PL/1 PUT SKIP(n) not skipping lines
For line no 7 & 9, SYSPRINT display does not SKIP to 3rd line. Instead I’m getting in SYSPRINT as below:
PL/1 locator qualifier
I’m getting error “BASED variable without an implicit qualifier must be explicitly qualified.” for line no 19 & 22.
What is wrong with these 2 statements?
My intent of this prog is to understand what values get assigned when using locator qualifier.