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 flat file?
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
1. I have2 records in a PF. READ PF DO DSPLY EMPNO RETRN DSPLY EMPNO ENDDO What was the output 2. SETON LR vs RETURN 3. Primary File 4. How to delete a deleted spaces 5. How to read a PF in reverse order in CL 6. I have a object in Lib A, B and C. But it shows in D Lib..Why? 7.
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
3 members in a databasefile .how to read records from all the members?????????
What is Multi Occurrence Data Structure(MODS)?
Have a join logical file with more than one members with different record formats. So how can we read the different members from this file and also how we can read the different record format from the join logical?
Need a sql query: retrieve all duplicate records in table?
Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
what is EXCEPT command in rpg and use