IBM AS400 AllOther (736) suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
TCS,
3 6202Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
3 5346Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
1923Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
1 4333
Apart from opening of a file do we have any other use of USROPN?
what is sflinz and sflrna?
Q:Hi all,i want accurate answer with code using in built functions.please sent me code as soon as posible. I have program nmed PGM1 which '' RETRIEVE Current production date''should correctly default the production date for the user who is issuing raw materials to the manufacturing.The production date can be different from the celendra date. However, the program does not make the correct adjustment for all manufacturing plants. there is a parameter which determines the production start time e.g. 07:00 if the system time precedes this,the program subtracts one from the celendra day.This work fine when the celendar day starts after production day as it does in England,the system should be adding one to the celendar day during the overlap. unfortunately the program was desined to assumed the celendar day always starts before the production day. Change required in the program: Change the PROGRAM PGM1 to use the new parrameter to decide whether to add or subtract 1 from the celendar day when determining the production date.
which are the figurative constants used in rpg?
What is the purpose of the chain and setll and setgt?
how does union file maintains record formats?
What is the interactive job? What is the batch job?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
what is a primary file?
Explain the syntax of sort?
how many printer files can be defined in f specs ?
name few ibm supplied libraries?
Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?
What is the purpose of record level identifier?
what is the difference between normal upddta to pf and updating using dfu program?