Difference Between Skip Before & Space Before?
Answer / Laxman Singh
Skip Before (SKPO) and Space Before (SPBO) are two different level keywords used in RPG programs on IBM AS400. SKPO skips a specified number of records before the current record, while SPBO skips a specified number of spaces before printing data. For example: SKPO 1 would skip one record before processing the current one, and SPBO 2 would insert two spaces before printing the current data.
| Is This Answer Correct ? | 0 Yes | 0 No |
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
define what a data queue is along with a brief example of what it may be used for?
when this error ocuurs in openqry file 'OPNID(BANKPF) for file BANKPF already exists.'?
What is the symbol used for defining a new field in SDA?
How many types of jobs?what is difference between interactive and batch and submited jobs?
explain the purpose of keep and assume keywords?
What is the difference between a Physical File & a Logical?
28 Answers Accenture, ACS, IBM,
how many printer files can be defined in f specs ?
what is join logical file?
if &var='good++++' &var2='day' &var *cat &var2 &var1 *tcat &var2 what is output
at what level s,o are defined and what they will do?
what is the disadvantage of using global variable?