Queued Sequential Access Method

http://dbpedia.org/resource/Queued_Sequential_Access_Method an entity of type: Software

In IBM mainframe operating systems, queued sequential access method (QSAM) is an access method to read and write datasets sequentially. QSAM is available on OS/360, OS/VS2, MVS, z/OS, and related operating systems. QSAM is used both for devices that are naturally sequential, such as punched card readers and punches and line printers, and for data on devices that could also be addressed directly, such as magnetic disks. QSAM offers device independence: to the extent possible, the same API calls are used for different devices. rdf:langString
IBM 메인프레임 운영 체제에서 QSAM(Queued sequential access method, 대기 순차 접근 방법)은 데이터셋을 순차적으로 읽고 쓰는 접근 방식이다. QSAM은 OS/360, , MVS, z/OS 및 관련 운영 체제에서 이용할 수 있다. QSAM은 천공 카드 리더, 펀치, 라인 프린터와 같은 본래부터 순차적인 장치들과, 자기 디스크와 같이 직접 어드레싱할 수 있는 장치의 데이터에 사용된다. QSAM은 장치 독립성을 제공한다: 각기 다른 장치에 최대한 동일한 API 호출이 사용된다. QSAM의 queue는 대기 처리를 뜻하며 읽기의 차단을 막고 쓰기를 차단하는 완충 역할을 담당한다. 이를 통해 프로그램들이 물리 블록의 데이터 안에 위치한 논리 데이터를 읽고 쓸 수 있게 한다. 이는 프로그램들이 물리 블록의 데이터에 접근할 수 있지만 블록 안의 논리 데이터로의 접근을 지원하지 못하는, 덜 진보화된 (기본 순차 입출력 방식)과는 반대된다. 실제로 QSAM은 truncate된 마지막 블록과 truncate된 임베디드 블록을 관리하며, 이들은 사용자에게 완전히 투명하게 나타난다. rdf:langString
rdf:langString QSAM
rdf:langString Queued Sequential Access Method
xsd:integer 33430931
xsd:integer 1058844536
rdf:langString In IBM mainframe operating systems, queued sequential access method (QSAM) is an access method to read and write datasets sequentially. QSAM is available on OS/360, OS/VS2, MVS, z/OS, and related operating systems. QSAM is used both for devices that are naturally sequential, such as punched card readers and punches and line printers, and for data on devices that could also be addressed directly, such as magnetic disks. QSAM offers device independence: to the extent possible, the same API calls are used for different devices. QSAM is—as its name says—queued, in this specific context meaning buffered with deblocking of reads and blocking of writes. It allows programs to read and write logical records within physical blocks of data, as opposed to the less advanced basic sequential access method (BSAM) which allows programs to access physical blocks of data, but provides no support for accessing logical records within blocks. Indeed, QSAM manages truncated final blocks and truncated embedded blocks completely transparently to the user. The QSAM application program interface can be compared with the interface offered by open, read, write and close calls (using file handles) in other operating systems such as Unix and Windows.
rdf:langString IBM 메인프레임 운영 체제에서 QSAM(Queued sequential access method, 대기 순차 접근 방법)은 데이터셋을 순차적으로 읽고 쓰는 접근 방식이다. QSAM은 OS/360, , MVS, z/OS 및 관련 운영 체제에서 이용할 수 있다. QSAM은 천공 카드 리더, 펀치, 라인 프린터와 같은 본래부터 순차적인 장치들과, 자기 디스크와 같이 직접 어드레싱할 수 있는 장치의 데이터에 사용된다. QSAM은 장치 독립성을 제공한다: 각기 다른 장치에 최대한 동일한 API 호출이 사용된다. QSAM의 queue는 대기 처리를 뜻하며 읽기의 차단을 막고 쓰기를 차단하는 완충 역할을 담당한다. 이를 통해 프로그램들이 물리 블록의 데이터 안에 위치한 논리 데이터를 읽고 쓸 수 있게 한다. 이는 프로그램들이 물리 블록의 데이터에 접근할 수 있지만 블록 안의 논리 데이터로의 접근을 지원하지 못하는, 덜 진보화된 (기본 순차 입출력 방식)과는 반대된다. 실제로 QSAM은 truncate된 마지막 블록과 truncate된 임베디드 블록을 관리하며, 이들은 사용자에게 완전히 투명하게 나타난다. QSAM의 API는 유닉스와 윈도우와 같은 다른 운영 체제의 open, read, write, close 호출에서 제공하는 인터페이스와 견줄 수 있다.
xsd:nonNegativeInteger 2160

data from the linked data cloud