i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
How do you code file / field renames in ILE RPG?
Can anybody tell me that why we use option(*nodebugio)in H- Spec?
Hi, Can anybody give me real sinario for SFLRCDNBR?with example?
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
The PGMA calls PGMB.PGMB generates a report.The report should contain the called program name(PGMA).How do i get the called program name in PGMB to print it on the spool file?(calling program name should NOT be hard coded or passed as parameter to called program?
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular 'NAME' field. How can we do the above using SEARCH criteria other than using the IF cond?
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20
Hi guys, anybody know How RPG/400 code can be converted to RPG IV code with a single command?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
Can we trigger an rpg program which has user interaction with display file when updating a file using the command ADDPFTRG?