How to call one program from another program in RPG? please help me with the code
No Answer is Posted For this Question
Be the First to Post Answer
what are the parameters of jobd?give in detail.&what are the parameters of subsystem...????
what is the difference between the cpyf command crtdupobj command?
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.
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
Can AnyOne tell me how to read join logical file in rpg from starting to end?
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
How to change the name of physical members Dynamically?
suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
is this a rpg channel?
purpose of pannel group??/
In a particular program one file is used where override command is applied to a file, now this program calls another program where we want to use the same file but without override.How it can be done?