what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / anoop
only two. identification division & program-id
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
What kind of error is trapped by on size error option?
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.
How do you reference the fixed block file formats from cobol programs
What is the difference between binary search and sequential search?
Explain how you can characterize tables in cobol?
What is difference between static and dynamic call in cobol?
What is perform what is varying?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Why did you choose to work with ibm mainframe cobol programming?
How do you define a variable of comp-1 and comp-2?
What is report-item in COBOL?