How to print Superscript / Subscript from RPG400
Answer / javeed
How to print subscript / superscript through RPGLE into spool file. This gets converted to pdf at the end.
How to print "1st" as 1<st> (superscript) using RPGLE.
The printer field type is character length 15.
External printer file.
Printer device type . . . . . . . . . : *AFPDS
coded as @Symbo = '1' x'09 'st' x'03
it prints "1 st ", with special characters in place of hex x'09 & x'03 but not as 1<st> (superscript).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Multi Occurrence Data Structure(MODS)?
Maximum how many files declare in rpgle
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
1.How can you search an entire source file for a particular field name? 2.How can you find the differences between two versions of the source for the same program? 3.What is a hidden field as it relates to a sub file? 4.How do you display a sub file that has no records in the sub file?
what is program status data structure?
Can we have a Physical file without any member ? Please let me know
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
Errors in Sql query will be in which state?
wat is the difference between array and multiple occurence data structure?
What is the length of Signature?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
what is the difference between the cpyf command crtdupobj command?