What are the functions like c or c++ in cobol?
Answers were Sorted based on User's Feedback
Answer / jagadesh
Procedures (proc) is the function like c or c++ in cobol
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the default value of DISP parameter?
COMP?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
what is the difference between Normal vaiable and comp variable.
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
can we print comp 3 stmts how ?
how can we find total no of records in a file ....is there any utility......?
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 INPUT PROCEDURE and OUTPUT PROCEDURE?
How To move a value to an array using move verb?