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 |
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
how to submit a jcl by cobol program. clear me with an example.
what is the use of keep and pass in disp
How To move a value to an array using move verb?
give the examples of strings in cobol
what is subscript in cobol?give realtime example?
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
What is difference between COBOL and VS COBOL II?.
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
When would you use in-line perform?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?