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...?
what is *place and *auto keyword in prtf ?plz explain
What is difference between bind by copy and bind by reference?
wat is the difference between array and multiple occurence data structure?
How to read alternative records in a pf by using rpg?
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
what is use of sflnxtchg and use of MDT(modify data tag).both r same r not and can we use these on dspf and subfile.
how can an indexed file be used as arrival sequence in RPG?
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?
what is commitment control?explain about it?
Suppose in CL we reach at end of file and again we have to reach from 1 record
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
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?