|
All Operating Systems: | | | All Solution Types: | | | | Source: | | |
|
|
|
|
Results |
|
How does the SQUEEZE keyword work?
The TEXT keyword must be specified in order for the SQUEEZE keyword to be recognized. By default, Comparex invokes a DATA comparison and will ignore the SQUEEZE keyword if TEXT hasn't been specified. The following example shows how to specify that all spaces be SQUEEZEd out:
|
|
|
Comparex SYSPRINT data set gets I/O ERROR or BLDL error
// DSN=HLQ.CPX.TEST, // SPACE =(CYL,(15,10,15),RLSE) Based on the SYSPRINT JCL above, the dataset attributes of the allocated SYSPRINT dataset is
|
|
|
CPX00I syntax error if data exists in columns 73-80
// DCB=(RECFM=FB,LRECL=185,BLKSIZE=0), // SPACE =(TRK,(10,10),RLSE), // UNIT=3390
|
|
|
COPYSPLIT results in duplicate entries in SYSUT3E if created
//SYSUT3B DD DSN=DDELXXX.DIFFER.SYSUT1.T3B, // UNIT=DISK, SPACE =(TRK,(1,1),RLSE),DISP=(,CATLG,DELETE), // DCB=(LRECL=288,BLKSIZE=8196,RECFM=VB)
|
|
|
All attached modules are in TSO transmitted binary format
DCB: DSORG=PS, RECFM=FB, LRECL=80, BLKSIZE=3120 SPACE : SPACE =(TRK,(15,15)) Example: 'yourID.XMIT.CPXLOAD'
|
|
|
character in column 73 resulting in error beginning in cpx 8.7.1.02
// DCB=(RECFM=FB,LRECL=185,BLKSIZE=0), // SPACE =(TRK,(10,10),RLSE), // UNIT=3390
|
|
|
IEW2609W 5104 USABILITY ATTRIBUTE OF NON-REUSABLE CONFLICTS WITH REQUESTED USABILITY OF REENTRANT
//SYSUT1 DD UNIT=&UNIT, SPACE =(CYL,1) //SYSLIN DD DISP=(OLD,DELETE),DSN=&&OBJECT // DD DDNAME=SYSIN
|
|
|
Adabas-natural following comparex job execution, entry for job placed in queue
// DCB=(LRECL=0,RECFM=FB,DSORG=PS), // SPACE =(TRK,(15,15),RLSE) //SYSUDUMP DD SYSOUT=*
|
|
|
SERUPDTE and CPXVB2FB assembly and linkedit JCL
//SYSPUNCH DD DUMMY //SYSUT1 DD UNIT=&UNIT, SPACE =(CYL,(1,1)) //SYSLIN DD DISP=(,PASS),DSN=&&OBJECT,
|
|
|
SERCMPAR missing changes in cobol programs
Along with the comment change in cc 1-6 a comma was dropped in cc 43. If a text type of COBOL is specified, spaces and commas are squeezed out. Only positions 7 through 72 of the record will be compared.
|
|
|
|
|
|
|