> For the complete documentation index, see [llms.txt](https://docs.tibero.com/prosync/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tibero.com/prosync/administration/admin/configuration.md).

# 환경설정

## 시스템 변수

시스템 변수는 [**SET 명령어**](/prosync/administration/admin/command/lists.md#set)를 통해 변경할 수 있다.

### HISTORY

명령어 히스토리의 크기를 설정한다.

```sh
SET HIS[TORY] {n}
```

<table><thead><tr><th width="130">항목</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>n</td><td>명령어 히스토리의 크기이다. (기본값: 50)</td><td></td></tr></tbody></table>

### LINESIZE

화면상의 한 라인의 길이를 설정한다. 라인 길이의 최소값은 1이며, 최댓값은 운영체제에 따라 다르다.

```sh
SET LINE[SIZE] {n}
```

<table><thead><tr><th width="130">항목</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>n</td><td>화면상의 한 라인의 길이이다. (기본값: 80)</td><td></td></tr></tbody></table>

### NUMWIDTH

NUMBER 타입을 출력할 길이를 설정한다. LINESIZE를 넘을 수 없다.

```sh
SET NUM[WIDTH] {n}
```

<table><thead><tr><th width="130">항목</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>n</td><td>NUMBER 타입 데이터의 기본 출력 길이이다. (기본값: 10)</td><td></td></tr></tbody></table>

### PAGESIZE

한 화면에 출력할 라인 수를 설정한다.

```sh
SET PAGE[SIZE] {n}
```

<table><thead><tr><th width="130">항목</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>n</td><td>한 페이지의 라인 개수이다. (기본값: 24)</td><td></td></tr></tbody></table>

### PROMPT

화면상의 프롬프트 문자를 설정한다.

```sh
SET PROM[PT] {prompt_string}
```

<table><thead><tr><th width="130">항목</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>prompt_string</td><td><p>프롬프트로 사용할 문자열이다. (기본값: "Admin>")</p><p>이 문자열을 중괄호({ })로 감싸면 환경변수로 인식된다.</p><p>예를 들어 '{PRS_PROMPT}'이라고 지정하면 환경변수 $PRS_PROMPT의 값이 치환되어 프롬프트로 사용된다. 이때 환경변수의 이름은 대소문자를 구분한다.</p></td><td></td></tr></tbody></table>

### SUFFIX

파일 확장자를 생략했을 때 사용할 파일 확장자를 설정한다.

```sh
SET SUF[FIX] {extension}
```

<table><thead><tr><th width="130">항목</th><th>설명</th><th data-hidden></th></tr></thead><tbody><tr><td>extension</td><td>기본으로 사용할 파일 확장자이다. (기본값: sql)</td><td></td></tr></tbody></table>

###


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tibero.com/prosync/administration/admin/configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
