COMMAND INPUT ===> SCROLL ===> CSR
********************************* TOP OF DATA **********************************
IDCAMS SYSTEM SERVICES TIME: 02:45:44
REPRO INFILE(INP) OUTFILE(OUP) -
FROMKEY('R') TOKEY('R')
IDC3302I ACTION ERROR ON FLATFILE
IDC3309I ** RECORD X'D9F0F1F0F0' NOT WRITTEN. LENGTH INVALID
IDC3302I ACTION ERROR ON FLATFILE
IDC3309I ** RECORD X'D9F0F1F0F0' NOT WRITTEN. LENGTH INVALID
IDC3302I ACTION ERROR ON FLATFILE
IDC3309I ** RECORD X'D9F0F1F0F0' NOT WRITTEN. LENGTH INVALID
IDC3302I ACTION ERROR ON FLATFILE
IDC3309I ** RECORD X'D9F0F1F0F0' NOT WRITTEN. LENGTH INVALID
IDC0005I NUMBER OF RECORDS PROCESSED WAS 0
IDC31467I MAXIMUM ERROR LIMIT REACHED.
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 12
Tried with blksize=0 as well as blksize=27540 same failure
So what are the lengths of the first four records on your KSDS?
It is an attempt to copy variable-length input records to fixed-length output, so you should consult the manual to see if there is some way you can assist IDCAMS with that.
Also try the REPRO to a VB to get the stats to compare.
What were the step statistics for the successful VTOF?
Joined: 26 Nov 2002 Posts: 12401 Topics: 75 Location: San Jose
Posted: Wed Jun 25, 2014 3:21 pm Post subject:
Magesh_J,
You are running z/OS V1R10 which has been out of service for quite some time. IDCAMS updated to pad characters based on LRECL in the latest versions. I would suggest 1 last test with this.
Code:
//SYSIN DD *
OPTION COPY
INCLUDE COND=(1,1,CH,EQ,C'R')
INREC IFOUTLEN=612,IFTHEN=(WHEN=INIT,OVERLAY=(613:X))
//*
If that doesn't help then I guess you have to use the VB file approach. _________________ Kolusu
www.linkedin.com/in/kolusu
Joined: 26 Nov 2002 Posts: 12401 Topics: 75 Location: San Jose
Posted: Thu Jun 26, 2014 1:36 pm Post subject:
Magesh_J,
Can you run another test with the following. We will use IDCAMS copy to temp VB file and then convert it back to FB using DFSORT so that you don't have to makes changes to your programs.
Wow !!!! Great !!! and excellent solution, Looks like a magic, Thank you very much Kolusu.
Record perfectly matched.
One question, i don't know whether I can ask it here, From this any where i can calculate MIPS,
Or to calculate MIPS, what are all parameter required. I understand MIPS is dependent on Processor, What are all the parameter I should ask to System support to calculate MIPS with this Spool output.
Code:
************************************************************************************************************************************
* *
* JOB END TERMINATION REPORTING *
* HH.MM.SS.TH MMM.THT *
* JOBNAME ZZZZZZZ DASD MB XFERS 1,218.494 CPU SERVICE 204,974 JOB VECTOR TIME 00.00.00.00 *
* SYSID XXXX TAPE MB XFERS 0.000 SRB SERVICE 5,724 INIT VECTOR TIME 00.00.00.00 *
* SRVCLAS TSTBATMD TAPE MOUNTS 0 MSO SERVICE 0 CPU TCB TIME 00.00.10.05 0.167 *
* CLASS S I/O SERVICE 26,934 CPU SRB TIME 00.00.00.28 0.004 *
* TOT SERVICE 237,632 CPU TIME 9.435 *
* *
************************************************************************************************************************************
IEF375I JOB/ZZZZZTP/START 2014177.1241
IEF376I JOB/ZZZZZTP/STOP 2014177.1242 CPU 0MIN 10.05SEC SRB 0MIN 00.28SEC
All times are GMT - 5 Hours Goto page Previous1, 2
Page 2 of 2
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum