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 |
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
what is post opcode do
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.
What are different ways to pass data between programs and which one is the efficient way?
how can we know running job is batch or intractive ? i need all the possibilites.........plz help me
what is batch debug in as400?
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
How do you find whether a job is a batch job or interactive?
What is a record lock error?
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
how do you use commitment control in rpg?
i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?