How to declare the more than one file in cl/400.
Answer Posted / 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 |
Post New Answer View All Answers
When it is desirable to describe files Internally?
can I touch the array during treatments?
how do you use commitment control in rpg?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what is *place and *auto keyword in prtf ?plz explain
How many program bind in one module....
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what are the key words you must use when using a subfile?
What is ment by record level identifier?
what is a rpg?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
what is program status data structure?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.