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 |
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
what do you mean by an input subfile, what are the keywords required?
What are the types of identifiers?
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
what is ment by "MDT"
A rpg or clp command to find if the file field is defined as a character or numeric field.
I need to generate outfile for object of all the user lib. in the sysmte using cmd DSPOBJD. But this cmd is correcpted in my server,Any body tell me is there any alternative...?
In single page subfile,if I select the mutiple options in 1 page and without pressing enter,I press rollup key (pagedown).In such case how I can handle it in rpg becasue in single page we have to handle it in pgm. It would be helpful if any one answer with coding
4 Answers Infinite Computer Solutions,
When will DUMP & DEBUG be ignored?
Errors in Sql query will be in which state?