How to reverse a string using RPG?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?
Write a CL program which will run a batch job at 1 am every night
There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.
How to convert a spool file to PDF file in AS400?
What is FORMAT keyword and its use?
How can we read records for specific member in CL? AND rpg?
How can we retrieve the total number of records in RPG & CLLE?
Can we debug the MSGW JOBS?
In RPG How to read a records from a file without using read opcodes?
Apart from opening of a file do we have any other use of USROPN?
How can we update a specific field in RPG?
How can we read file using curser? how to define a curser?
What is %CHECK?