How would display prime numbers using CL program?
No Answer is Posted For this Question
Be the First to Post Answer
Can anybody tell me in which scenario we have to use SQLRPG .(Embeded SQL)....?
what r drawbacks of OPM? Why do we go for ILE RPG?
What are different ways to pass data between programs and which one is the efficient way?
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
Suppose in CL we reach at end of file and again we have to reach from 1 record
How I can reread the physical file in CL program once the end of file reached in same CL program.
are there any useful c runtime apis that I can call from rpg iv?
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
How to change the name of physical members Dynamically?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
1.How to load Records of a Physical file(PF) in the reverse order, in CL program?