can internal sort be applied to sort ksds files?
There are four types of VSAM files.. They are
ESDS (Entry sequential Data Set)
KSDS (Key sequential Data Set)
RRDS (Relative Record Data Set)
LDS (Linear Data Set)
The KSDS vsam file will be in the sorting order of the key fields, while insert the record. So there is no need of sorting a KSDS file.
Please let me know if I'm wrong.
| Is This Answer Correct ? | 5 Yes | 0 No |
What are ISOLATION LEVELS? Where do we need to specify them?
What is difference between COBOL and VS COBOL II?.
How can you pass values from COBOL program to non-COBOL programs?
What is comp-1 and comp-2?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
hw to create 3 dimensional array & hw to access it?
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.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
what is the difference between Plan & package?
How will you find the currepted records in a file
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?