Answer Posted / jvn
Declaration of file
F abcd UF A F 100 10 A I DISK
KEYLOC(1)
file name pgm desc Record len Key len &type
The above file type declaration means file 'ABCD' is a
program described file of record length 100, key field
length 10 of type character and the file is indexed with
the position of key field starting from position 1 as per
the KEYLOC value.
I abcd xy
I 1 11 keyfield_name
They key field can be subsequently defined as per the
example above.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
how do I declare a minor?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is program status data structure?
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 ment by record level identifier?
how can I tell when to replace the array?
How to call one program from another program in RPG? please help me with the code
can you debug ile rpg program using isdb?
Explain mdt?
How to handle duplicate error handling in RPG?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
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?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.