Page 2 of 2

Re: PDS with COBOL & Ezytrieve PGMS

PostPosted: Wed May 05, 2010 1:17 am
by CICS Guy
 FILE FILEA                                                             
   FIRST-343            1   343    A                                     
   PCC                  1     6    A                                     
   GRP-NO-ID            7     6    A                                     
   SUBGR-NO            13     3    A                                     
   PKG-NO              16     2    B                                     
   PKGSTRT             18    10    A                                     
   PKGEND              28    10    A                                     
   PKG-STAS-CD         38     2    A                                     
   SUBR-NO             40    12    A                                     

FLEA                                                             
 -343            1   343    A                                     
                 1     6    A                                     
 O-ID            7     6    A                                     
 -NO            13     3    A                                     
 O              16     2    B                                     
 RT             18    10    A                                     
 D              28    10    A                                     
 TAS-CD         38     2    A
Interesting, the first two bytes are copied, the next six skipped and then the rest are included in the copy......
I wonder what that 'COPY' could have been thinking those six were used for?
I wonder why the 'PCC' line had only three skipped?

Re: PDS with COBOL & Ezytrieve PGMS

PostPosted: Wed May 05, 2010 2:44 am
by dick scherrer
Hello,

I wonder why the 'PCC' line had only three skipped?
I suspect because what was posted was not "Code'd" (it is now<g>).

I also suspect that information was on the screen(s) while this was happening that was not captured/posted.

Re: PDS with COBOL & Ezytrieve PGMS

PostPosted: Thu May 06, 2010 5:15 pm
by debo
Hi,

sorry for late reply...We lost that PDS.But we are not much impacted with this,because most of the pgms are added in Endevor..

But Interestingly,we found this :
* COPY will create the output Dataset with same Attribute (same LRECL,BLKSIZE) vut with collapse
* The same COPY is working for PDS to PDS copy if the source PDS is having only jcls/Ezytrieves
* We dont know why its creatng problem when there are COBOL pgms..

IT may be like this ? Any one among the COBOL ogm may have with diffrent PROFILE ? ( like NUM ON sumthing )

Can any one Guess ?

Re: PDS with COBOL & Ezytrieve PGMS

PostPosted: Fri May 07, 2010 3:11 pm
by barrybert
Could one of the two new PDSs been defined with variable records?

Re: PDS with COBOL & Ezytrieve PGMS

PostPosted: Mon May 10, 2010 10:55 am
by debo
No....No Change in File Attributes, Same LRECL,Same RECFM=FB