COZ sftp get dataset record lengh bigger than32k

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
cagatayucuzal
Posts: 40
Joined: Thu Jun 01, 2017 9:15 am

COZ sftp get dataset record lengh bigger than32k

Post by cagatayucuzal »

Hello team
We want get file dataset allocate record lengh bigger than 32k

We get this error

The system detected a protection exception (system completion code=0c4)
from entry point Translator::translate (char*,unsigned int&,....)
returning rc=exitcode=139

is there any advice?
Regards
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: COZ sftp get dataset record lengh bigger than32k

Post by dovetail »

What are the specific characteristics of the data set?
(Under ISPF 3.4, use the "I" prefix command and post the results)
cagatayucuzal
Posts: 40
Joined: Thu Jun 01, 2017 9:15 am

Re: COZ sftp get dataset record lengh bigger than32k

Post by cagatayucuzal »

Data Set Information
Command ===>

Data Set Name . . . . : x.x.x

General Data Current Allocation
Management class . . : MCSTD Allocated blocks . : 64
Storage class . . . : SCSTD Allocated extents . : 3
Volume serial . . . : xxxxxxxxxx
Device type . . . . : 3390
Data class . . . . . : **None**
Organization . . . : PS Current Utilization
Record format . . . : U Used blocks . . . . : 63
Record length . . . : 0 Used extents . . . : 3
Block size . . . . : 6144
1st extent blocks . : 8
Secondary blocks . : 24 Dates
Data set name type : Creation date . . . : 2017/12/15
Referenced date . . : 2017/12/15
Expiration date . . : ***None***
SMS Compressible . : NO
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: COZ sftp get dataset record lengh bigger than32k

Post by dovetail »

I do not understand how you are getting record lengths > 32K with this dataset.
This data set is RECFM=U, BLKSIZE=6144, so the maximum record length is 6144.

Please create a trace, with COZ_LOG=F and email to info at dovetail.com
Post Reply