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
Have you used comp and comp-3 in your project? And how?
i need a small 3d program using inline and outline.
What are various search techniques in cobol? Explain.
What is the problem of ordered sequential files access?
What is the compute verb? How is it used?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are the rules of the move verb?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the LINKAGE SECTION used in COBOL?
What is the Purpose of Pointer in the string?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
When is inspect verb is used in cobol?
What is the difference between Call and a Link?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly