How to declare the more than one file in cl/400.
Answers were Sorted based on User's Feedback
Answer / rvd
we can declare only one file in cl and is its drawback.
| Is This Answer Correct ? | 5 Yes | 7 No |
Answer / sunitha
we cannot declare more tahn one file in cl that is the
drawback in cl
| Is This Answer Correct ? | 13 Yes | 21 No |
Answer / bhargav
My ans is like DCLF.but i dont know it is correct r not pls
correct me.
| Is This Answer Correct ? | 7 Yes | 20 No |
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?
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?
what are the array operations?
what is edit word and edit code
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?
if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.
1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?
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 ?
i 'm new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area. I know only that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently changing values or datas.thats all i know about data area can any one tell me how local data area and user defined data area are used to pass data between jobs with a example or coding.thanks in advance.
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?