Product Affected: MAIL360 Manager™
Product Feature: Running test job IVPFILE
Operating System: z/OS
Product Feature: Running test job IVPFILE
Operating System: z/OS
Issue
After installing MAIL360 Manager™ version 2.4.0 on z/OS then running the sample job IVPFILE, the job abends:
JOB-ZCRSJXGI STEP-STEP3OF3 ABEND CODE=U4083 REASON=00000004
The system error given is:
CEE0374C CONDITION=CEE3206S TOKEN=00030C86 59C3C5C5 00000000 666
WHILE RUNNING PROGRAM UNKNOWN
AT THE TIME OF INTERRUPT
PSW 078D2400 FA40393B
GPR 0-3 00000000 97C06A34 17EAD310 17C06BFA
GPR 4-7 183F4C2E 184AE630 17EAD300 17EAD318
GPR 8-B 00000000 17EA6418 17EAAFF8 977C7FF8
JOB-ZCRSJXGI STEP-STEP3OF3 ABEND CODE=U4083 REASON=00000004
The system error given is:
CEE0374C CONDITION=CEE3206S TOKEN=00030C86 59C3C5C5 00000000 666
WHILE RUNNING PROGRAM UNKNOWN
AT THE TIME OF INTERRUPT
PSW 078D2400 FA40393B
GPR 0-3 00000000 97C06A34 17EAD310 17C06BFA
GPR 4-7 183F4C2E 184AE630 17EAD300 17EAD318
GPR 8-B 00000000 17EA6418 17EAAFF8 977C7FF8
Cause
In the IVPFILE jcl, the input is this file -
//* Mail360 Manager IVPTEST Input Test File
//*********************************************************
//G1IMBIN DD DSN=yourhlq.MAIL360.IMBTEST,
// DISP=SHR
//*********************************************************
You should have readable data –
********************************* Top of Data ***************
00421GB99I9945079497 NN N N NNFRESNO
00421GB99I992587820501907NY1062Y94Y1C018NYSWAMPSCOTT
00421GB99I992598448310952NY C013NYAIRMONT
00421GB99I993556941228303NY C030NYFAYETTEVILLE
But when the user looked, it was garbage.
Resolution
UPDATED: July 10, 2019In the IVPFILE jcl, the input is this file should be ftp'd in Ascii format.
//* Mail360 Manager IVPTEST Input Test File
//*********************************************************
//G1IMBIN DD DSN=yourhlq.MAIL360.IMBTEST,
// DISP=SHR
//*********************************************************
So once this file was then ftp'd up as Ascii, the file was then readable when you browse it.
And the IVPFILE job ended normally.
//* Mail360 Manager IVPTEST Input Test File
//*********************************************************
//G1IMBIN DD DSN=yourhlq.MAIL360.IMBTEST,
// DISP=SHR
//*********************************************************
So once this file was then ftp'd up as Ascii, the file was then readable when you browse it.
And the IVPFILE job ended normally.