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 |
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
How to select highest score of each subject or how to select highest income of every month?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
Anyone help me for the below question:- If problem/error occur in *PSSR subroutine,how should I handel it in RPG program.
How do you know if a record exists without doing a READ and CHAIN?
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
How to find d key field of a pf that doesn’t have source physical file?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.