How can we read a particular record from the database file which is not having DDS (Flat File). For example, there are 100 records in the flat file. How can we retrive 15th record in RPG/400 program (Without using CL)
6 22846Post New CTS RPG400 Interview Questions
Do you know the three amigos in scrum?
What is a tensile strength? What is the tensile strength of wood?
What are the main features of laravel?
What kinds of problems can you hit with lockless model?
How can you secure jenkins?
How can we pass info between 2 asp.net pages?
Which design pattern the interceptors in struts2 is based on?
Who uses pega?
How do we delete the cache of the Apps server?
Define data blending?
What are rest-style architecture's?
What is the file features used in android?
How do you analyse data in excel?
What statuses are available in peoplesoft domain status menu?
Draw the diagram showing the function stack, illustrating the variables that were pushed on the stack at the point when function f2 has been introduced . type def struct { double x,double y} point; } main( int argc, char *arg[3]) { double a; int b,c; f1(a,b); } f1(double x, int y) {point p; stack int n; f2(p,x,y) } f2(point p, double angle) { int i,j,k,int max;