Joined: 04 May 2006 Posts: 26 Topics: 10 Location: USA
Posted: Tue Dec 28, 2010 2:47 pm Post subject: IEBGENER file profile
I created an empty output file using IEBGENER, using
//SYSUT1 DD DUMMY,
// DCB=(RECFM=FB,LRECL=34,DSORG=PS,BLKSIZE=0)
//*
//*OUTPUT FILE:
//SYSUT2 DD DSN=xxxx.xxxxxx.xxxxxx,
// DISP=(,CATLG,DELETE),STORCLAS=MISC,
// AVGREC=K,SPACE=(34,(20,10),RLSE),
// DCB=(RECFM=FB,LRECL=34,DSORG=PS,BLKSIZE=0)
when I edited the file in TSO, the rightmost 8 bytes were unavailable for use; I displayed the profile information, and it had NUMBER DISPLAY STD, so I changed it to NUMBER OFF and then the 8 bytes were edit-able.
How does the file profile come into existence, and what can I do in my JCL to make sure my empty file is created with NUMBER OFF ?
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
Posted: Tue Dec 28, 2010 3:05 pm Post subject:
You cannot do anything in your JCL. Numbering is an ISPF edit thing and it is taken from your edit profile, dataset and data characteristics. _________________ Utility and Program control cards are NOT, repeat NOT, JCL.
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