how many work file we can code in jcl?
Answers were Sorted based on User's Feedback
Answer / dd
Max of 32.
In one of my projects I had used 25 files.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / jamil ahmad
In older version of ADABAS the limit used to be 32 files.
So now it will be eitehr the same or more.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
syntax for all WRITE COMMAND in natural language
Explain the data storage?
ADABAS basic concepts. Like inverted list, address converter ,data storage
Explain how many work file we can code in jcl?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
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 adabas basic concepts. Like inverted list, address converter ,data storage?
why do we use file-aid for seqential files?
How do you pass GDA into a sub program with out PDA?