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
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between goback, stop run and exit program in cobol?
Explain about different table spaces.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is rmode(24)
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain how you can characterize tables in cobol?
How do you reference the following file formats from cobol programs?
What is the difference between next sentence and continue in cobol programing language?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Why would you use find and get rather than to obtain?
How to remove 2 duplicate records and copy only one using job control language?
How to use the same COBOL program in Batch and CICS on lines? explain with an example