Suppose 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?
No Answer is Posted For this Question
Be the First to Post Answer
I want to add 10 days in current date. how it is possible in CL program...?
Im traying to get out put of this below mention simple logic code.But im geting out of different.(im trying with my laptop trhough my company server. DCL &FIELD1 *CHAR 10 VALUE('TCS AS/400') DCL &FIELD2 *CHAR 10 CHGVAR(%SST(&FIELD2 1 10))(%SST(&FIELD1 10 1) Can you tell me the value of field2 after excuted of CHGVAR command.
list down and describe the sub systems vailable
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
How can a screen field that has changed since the last output operation be detected?
Can more than one subfile record be displayed on one line?
HOW DO YOU DISPLAY A DISPLAYFILE AT OTHER WORKSTATION? CAN WE MOVE A PHYSICAL FILE? WITHOUT MOVING A FILE?
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
What is the purpose of record level identifier?
can anyone say,what is the use of operation extended H/N/P?
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.