Shabupc.com

Discover the world with our lifehacks

What is PS in mainframe?

What is PS in mainframe?

PS stands for physical sequential. Data in these files can be read sequentially by a program.

What differentiates PS with a PDS in mainframe?

The main difference between PS and PDS is were we can store data in a single file in PS and where as in PDS we can store data in multiple files which we also called as members. Yes PS file is almost equal to a member in a PDS.

What is PS in Cobol?

While learning the basics of ‘File’ in COBOL, the concepts of both languages should not be corelated. Simple text files cannot be used in COBOL, instead PS (Physical Sequential) and VSAM files are used. PS files will be discussed in this module.

What is a VSAM file?

What is VSAM. VSAM or Virtual Storage Access Method is a file storage access method used in MVS, ZOS, and OS/390 operating systems. It was introduced by IBM in 1970’s. It’s a high-performance access method to organize data as files in mainframes.

What is the meaning of public distribution system?

Public Distribution System (PDS) has evolved as a system of management of scarcity through distribution of food grains at affordable prices. Over the years, PDS has become an important part of Government’s Policy for management of food economy in the country.

How do you write PS in COBOL?

OPEN I-O FILE1. READ FILE1 AT END MOVE ‘Y’ TO WS-EOF-SW. IF WS-FS = 00 MOVE WS-STD-NAME TO STD-NAME REWRITE STD-REC ELSE DISPLAY ‘ RECORD NOT FOUND IN FILE…’ END-IF. CLOSE FILE1.

What is FD and SD in COBOL?

In a COBOL program, the File Description (FD) Entry (or Sort Description (SD) Entry for sort/merge files) represents the highest level of organization in the File Section. The File Description (FD) Entry (or Sort Description (SD) Entry) has six formats: Format 1 – Sequential File. Format 2 – Diskette File.

What is the difference between PDS and TPDS?

TPDS (Targeted public distribution system ) is on “poor in all areas ” and TPDS involves issue of 10kg of food grains per family per month for population BPL at specially subsidised prices. PDS (Public distribution system ) is the key element of the government’s food security system in India.

What is PDS full form?

The Public Distribution System (PDS) evolved as a system of management of scarcity through distribution of foodgrains at affordable prices. Over the years, PDS has become an important part of Government’s policy for management of food economy in the country.

How do I delete a record from PS COBOL?

If ACCESS IS RANDOM or ACCESS IS DYNAMIC , the record to be deleted need not be read by the COBOL program. To delete a record, move the key of the record to the RECORD KEY data item, and then issue the DELETE . Check the file status key after each DELETE statement.

What are VSAM files?

VSAM or Virtual Storage Access Method is a file storage access method used in MVS, ZOS, and OS/390 operating systems. It was introduced by IBM in 1970’s. It’s a high-performance access method to organize data as files in mainframes. VSAM is used by programming languages in mainframes to store and retrieve data.