Answer Posted / naidu
You can pass the values to cobol program using 3 ways:
1.passing the parameters from SYSIN
2.using parm
3.using file
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What the difference is between continue and next sentence?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Explain what you understand by passing by value.
Define static linking and dynamic linking.
How to know whether the module is dynamical or statistical?
In COBOL programming, what is PERFORM? What is VARYING?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What are the pertinent COBOL
How to print 10 to 1 if the input have only 10 digit number?
How do u write test cases?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between next sentence and continue in cobol programing language?
Can you please let me know the centre name of INS certification in Kolkata.
How do you define a variable of comp-1 and comp-2?
What is the difference between goback, stop run and exit program in cobol?