How to find How Many Lines in Sysin DD * Parameter Thru
Cobol Coding?
If any one knows the Answer Please Reply .....Thanks From
Shree
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shiva
sys inn dd*...is used to pass data from jcl to cobol...
so in shorter way... how many accept stmts u code in cobol
that many relative values only it will consider frm
jcl...beyond tat it will neglect....
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sruthi
We can say how many lines in sysin dd * parameter by seeing
ACCEPT stmt in cobol pgm.
| Is This Answer Correct ? | 2 Yes | 5 No |
What is the purpose of Identification Division?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?
12 Answers T systems, Tech Mahindra,
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
perform I from 0 by 1 until I=5?How maney times it will executes
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is rediffine clause?in what situation it can use?give me real time example?
how to transfer the file from pc to mainframe??
how to display comp3 variables reply soon ?
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?