1.String operatio such as moving the characters to the
variables?
2.what are the building functions for check file longs?
3.which of the following methods will make externally
describe file fields available to a program?
A: A/copy statement that specifies the library file and
member of the field reference file source code
B: A data structure definition specification that names
the file on the EXTNAME keyword
C: A data structure definition specification that names
the file on the IMPORT keyword?
D: A Definition specification for each desired field
with the REFFLD keyword
How Commitment and Roll back control is used in as400, explain with real time senario ???
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
can i use UPDDTA command in rpg program in which contains a file
Can a run time array be declare like below with no specified number of elements ? Is it possible ? DFLD_ARRAY 7 DIM() INZ(*blanks) What does this mean ? Does this mean that the number of array elements will be dynamically declared during run time ?
What is I90(Insure 90)?
When a object will be locked & when a record will be locked? Plz explain.
do you use message subfiles? What are the necessary keywords required coding a message subfile?
Hi, Can any body tell me ur experience on this questions? Questions: 1.what is the use of SFLRCDNBR other than subfile page display? 2.Which of the following operation cannot be used in conjuction with a file coded as device type disk?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
How to sort an array in descending in RPG
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?