what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / milind
PROCEDURE DIVISION.
The above only line is enough to compile the code. I dont
agree with answer #1 and #2.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Discuss about changing dataset name in proc.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how can i see junk values in dclgen or in hostvariable of comp ?
Are you comfortable in cobol or jcl?
example for sub strings ? and refernce modifications whit output pls
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.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you reference the following file formats from cobol programs?
When is inspect verb is used in cobol?
What is the difference between next sentence and continue in cobol programing language?