Answer Posted / parvatraj m bhuti
Using IDCAMS utility, use LISTCAT you can get the informatiom
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
how to convert the recors form vsam file to db2 table tru file aid
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Which mode is used to operate the sequential file?
Define static linking and dynamic linking.
What guidelines should be followed to write a structured cobol prgm?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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.
Which is not true about evaluate statement
how do you reference the printer file formats from cobol programs
What are the different rules for performing sort operation?