Hello,
I hope someone could help me to understand which is wrong in the corean panel I'm trying to compile with ISPF DTL CONV Conversion utility.
I gote the same error both using the DTL compiler via dialog ispf or vi a batch like the following:
//DTLCOR JOB A0001,DONADEO,NOTIFY=DONADEO,
// MSGLEVEL=(1,1)
//******************************************************************
//* IEBGENER
//******************************************************************
//DTLCOMND EXEC PGM=IEBGENER,REGION=512K
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
GENERATE MAXNAME=99
MEMBER NAME=DTLCONV
//SYSUT1 DD *
%ISPDTLC +
EQQSRCLP ( NOPREP LSTVIEW DSNCHK KOREAN PROFDDN=DTLPDDN DBCS
//SYSUT2 DD DSN=&&TMPCLIST(DTLCONV),UNIT=SYSDA,
// SPACE=(TRK,(1,1,2),RLSE),
// DISP=(NEW,PASS),DCB=(LRECL=080,BLKSIZE=3200,RECFM=FB)
....
The error is the following:
READY
PROFILE PREFIX(DONADEO)
READY
ISPSTART CMD(%DTLCONV)
ISPC021I: ISPDTLC ISPF 6.0 Dialog Tag Language Conversion Utility
ISPC020AI: ISPF Dialog Tag Language Conversion Utility for ISPF 6.0.
Current APAR level: PID. Current PTF number: 18 Dec 2007.
ISPC022I: Converting source file
"TWSDEV.TWSZ860.NEW.PANGML.COR(EQQSRCLP)"...
ISPC045E: Error. Line 51 of file "TWSDEV.TWSZ860.NEW.PANGML.COR(EQQSRCLP)".
Unable to format data. Reason code was "16".
ISPC029I: 0 warning(s) and 1 error(s) found.
DONADEO.DTLCOR.JOB00678.D0000106.? was preallocated (no free was done).
READY
END
If I look in ISPF messages and codes manual the explantion is that the message is self explanatory.
I understand that format of the panel failed but why is something I'm not able to understand.
there are no other messages issued.
The indicated line of the panel is the same prefectly working on the corresponding Japanese or English panel that is the last line of the panel: </panel> :
...
...
<source type=init>
</source>
<source type=proc>
</source>
<COMMENT TYPE=END>
******************************************************************
------------------------------------------------------------------
- PANEL NAME: EQQSRCLP -
- -
- CHANGES: -
- -
- $MOD(EQQSRCLP) COMP(PANELS) PROD(TWSZ): -
- -
- Flag Reason Rlse Date Origin Flag Description -
- ---- -------- ------ ------ ------ --------------------------- -
- $60= DCR0212 860 170610 DTLZ: new ISPF panels -
------------------------------------------------------------------
******************************************************************
</COMMENT>
</panel>
Can someone help me?
thanks
Rossella