How many program bind in one module....
No Answer is Posted For this Question
Be the First to Post Answer
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20
RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.
IN RLU what are the record level keyword is used?
difference between 1:%found and %equal built function in detail with example .
How I can reread the physical file in CL program once the end of file reached in same CL program.
What is the difference between RPG/400 and RPG4
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
list down and describe the sub systems vailable
i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?
What are the types of identifiers?
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
What is ment by record level identifier?