what is file identifier wher we can use
Answer / sudha
system will genaret the uniqe file identifier for every
file.system identifies file thourh that identifier.supose u
can call a file throuh an other program but u do any
change after that file identifier will change.u got error
on that time level check error cause u r file identifier
was changed.
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the procedure and explain about real time scenario.
0 Answers Adhoc Technologies, Hanuman Automation, HSBC, IBM,
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
Interviewer asked me write down DDS for load all subfile .can anybody write dds
difference between CHAIN and READE?
RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
How to read a record from file where there is multiple record occurrence is available?
How can you delete a record from a file in RPG without using DELETE oppcode?
what is the necessary keyword needed to scroll subfile records?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
steps for debugging two rpg programs????
where we give the MSGSFL in rpg400?