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 |
control variable in online screens
what type of files we use in 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?
difference between fetch , call and callnat
What is cobol coding sheet?
Types Of Read , FIND
differnce between read work file 1 and read work file once? why we are using work file once?
A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain the difference between external subroutine and subprogram?
Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]
If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?