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 / 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 |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the LINKAGE SECTION used in COBOL?
What is length is cobol?
how to convert the recors form vsam file to db2 table tru file aid
Can we redefine the field of x(200) to less than 200?
How can you get the ksds file records into your cobol program?
What is comp-1 and comp-2?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the difference between next sentence and continue in cobol programing language?
example for sub strings ? and refernce modifications whit output pls
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do we get current date from system with century in COBOL?
how do you reference the variable block file formats from cobol programs