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 / 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 |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
A table has two indexes defined. Which one will be used by the SEARCH?
how do you reference the ksds vsam file formats from cobol programs
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is redefines clause in COBOL?
What are the pertinent COBOL commands?
What is the difference between goback, stop run and exit program in cobol?
What are the different rules of SORT operation?
what is difference between cobol and cobol/400
What the difference is between continue and next sentence?
What is the local-storage section?