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 difference between read(1) and read work file once?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
What is cobol coding sheet?
How are you going to remove duplicates from the file that is being read?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Tell me what type of files we can process thru file-aid?
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?
What is a hyperdescriptor?
How converted the natural coding for adabas
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Define cobol coding sheet?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain the data storage?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain how many work file we can code in jcl?