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 do you mean by an input subfile, what are the keywords required?
RPG/400 faqs?
What is the purpose of FRCDTA keyword?
How can we receive values from a called procedure in RPG?
what is the necessary keyword needed to scroll subfile records?
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
WHAT IS MONMSG IDENTIFIER FOR STRTCPFTP command IN cl (as/400)?
What is the Record Address file. How can we use it in RPG program?
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
parameters cannot be passed in which one???
Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possible steps. Thanks