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

Name the divisions, which are available in a cobol program?

685


What are the different rules of SORT operation?

698


What is the difference between binary search and sequential search?

638


what is search and searchall?what is the diffrence between them?give an best example?

5552


how do you reference the printer file formats from cobol programs

661






Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

672


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1954


Write a cobol program making use of the redefine clause.

731


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1115


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

996


What guidelines should be followed to write a structured cobol prgm?

670


What is inspect in cobol ?

801


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

693


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5059


How to print 10 to 1 if the input have only 10 digit number?

811