how would find total records in files using seqientional
Answer / guest
We can increment the count for each reading of record in a file.
Read file
count = count + 1
At end
display count
| Is This Answer Correct ? | 13 Yes | 2 No |
what is soc7 abend?how u can trace it?
Have you used comp and comp-3 in your project? And how?
copy 100 records without using ibm utilities
What R 2 of the common forms of the EVALUATE STATEMENT ?
What kind of error is trapped by on size error option?
When can the USING phrase be included in the call statement ?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
What is binary search?
what is MSGLEVEL?
How do you differentiate between cobol and cobol-ii?
How is sign stored in Packed Decimal fields and Zoned Decimal fields?