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 |
why we do STRSRVJOB in batch debugging in as400
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
i would like to know under what circumstance the object will get locked on AS400.
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
what is edit word and edit code
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
What is Multi Occurrence Data Structure(MODS)?
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?
what is flat file?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me