Difference between ps, esds

Answer Posted / vs kumar

PS Stands for Physical sequential dataset. ESDS stands for
Entry sequenced dataset and its VSAM dataset.
In ESDS records are processed one at a time in order which
they have loaded.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


What is the utilization of copybook in cobol?

657


Name the sections present in data division.

701


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2105


Which division and paragraphs are mandatory for a COBOL program?

709






How you can read the file from bottom?

660


What is a SSRANGE and NOSSRANGE?

820


What are the different rules to perform a Search?

617


what are decleratives in cobol?

1827


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

780


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10610


what is difference between cobol and cobol/400

21564


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

708


How do you reference the following file formats from cobol programs?

693


Write the code implementing the perform … varying.

646