How to find How Many Lines in Sysin DD * Parameter Thru
Cobol Coding?
If any one knows the Answer Please Reply .....Thanks From
Shree
Answer Posted / guest1
you need to put it in a loo. In sysin dd* u need to pass a
value that will terminate loop. (Here say /1*)
in your cobol coding performthe loop till it reaches '/1*'.
For every accept, increment the counter variable by 1. Once
the loop is terminated, display the count.
Hope that this could help you.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
Difference between array and sub-script ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What the difference is between continue and next sentence?
Why would you use find and get rather than to obtain?
how do you reference the ksds vsam file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Discuss about changing dataset name in proc.
Explain what you understand by passing by value.
How to know whether the module is dynamical or statistical?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the use of intialize verb?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between Call and a Link?