how we can find occurence of MU and PE fileds in a file?
Answer Posted / ajmina
Number of occurances in MU and PE can be found by c*field
name.
If Adabas file having MU field 'switch' and has 5 values.
then in module you can find it by C*switch. this will have
value 5.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the quality process in development?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
How converted the natural coding for adabas
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
The natural file converted to PDF file if Yes then explain ?
Tell me what type of files we can process thru file-aid?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How are you going to remove duplicates from the file that is being read?
Explain how to move cursor to a particular field when position is not known?
Explain control variable in online screens?
Explain how many work file we can code in jcl?
Explain how are you going to remove duplicates from the file that is being read?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain the data storage?
Explain difference between read(1) and read work file once?