Answer Posted / lu
77 level number take less space than 01 level number in
language machine......
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is difference between static and dynamic call in cobol?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
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.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are declaratives and what are their uses in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how do you reference the esds vsam file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the local-storage section?
IF I mention stop run in CICS what happens?
How you can read the file from bottom?
How many bytes S(8) comp field occupy and its maximum value?
What is rmode(24)
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Name the divisions, which are available in a cobol program?