Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Mulai rilis 5.16.0, Mainframe Connector membuat tabel yang mencatat semua error yang ditemuinya selama proses transkode menggunakan perintah qsam decode dan qsam encode. Tabel ini disebut set data pelimpahan. Format output set data pelimpahan
dapat berupa salah satu dari berikut ini:
File Optimized Row Columnar (ORC)
File Queued Sequential Access Method (QSAM)
Anda dapat menggunakan informasi ini untuk mengaudit atau men-debug proses transcoding.
Set data peluapan yang dibuat oleh qsam decode
Sebagai bagian dari proses decoding, perintah qsam decode membuat
set data spillover dengan skema berikut.
Nama kolom
Jenis
Deskripsi
Baris
number
Nomor rekaman tempat error terjadi. Kumpulan data pertama adalah
kumpulan data 1. Jika nomor catatan tidak tersedia, -1 akan digunakan.
Kolom
string
Nama lengkap kolom yang gagal didekode.
Error
string
Error yang menyebabkan decoding rekaman gagal.
Rekam
bytes
Seluruh catatan.
Set data peluapan yang dibuat oleh qsam encode
Sebagai bagian dari proses encoding, perintah qsam encode membuat
set data pelimpahan dengan skema berikut. Untuk file QSAM, sebaiknya gunakan file dengan panjang rekaman variabel minimal 1024.
Nama kolom
Jenis
Deskripsi
Baris
number
Nomor rekaman yang mengalami error. Kumpulan data pertama adalah kumpulan data
1. Beberapa sumber encoding mungkin tidak memberikan nomor baris yang konsisten. Dalam hal ini, barisnya adalah -1.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-03 UTC."],[],[],null,["# Transcoding spillover dataset\n\n| **Preview**\n|\n|\n| This product or feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products and features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nStarting with the 5.16.0 release, Mainframe Connector creates a table\nthat logs all the errors that it encountered during the transcoding process\nusing the [`qsam decode`](/mainframe-connector/docs/api-reference#qsam-decode)\nand [`qsam encode`](/mainframe-connector/docs/api-reference#qsam-encode)\ncommands. This table is called the spillover dataset. The spillover dataset\noutput format can be any of the following:\n\n- Optimized Row Columnar (ORC) file\n- Queued Sequential Access Method (QSAM) file\n\nYou can use this information to audit or debug your transcoding process.\n\nSpillover dataset created by `qsam decode`\n------------------------------------------\n\nAs part of the decoding process the `qsam decode` command creates\na spillover dataset with the following schema.\n\nSpillover dataset created by `qsam encode`\n------------------------------------------\n\nAs part of the encoding process the `qsam encode` command creates\na spillover dataset with the following schema. For QSAM files, we recommend\nthat you use a file with variable record length of at least 1024."]]