MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

IEBGENER file profile

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
Celeste Locklin
Beginner


Joined: 04 May 2006
Posts: 26
Topics: 10
Location: USA

PostPosted: Tue Dec 28, 2010 2:47 pm    Post subject: IEBGENER file profile Reply with quote

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 ?
Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Tue Dec 28, 2010 3:05 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Tue Dec 28, 2010 4:28 pm    Post subject: Reply with quote

Your ISPF edit profile is based on the lowest level of the DSNAME, such as XXXX.XXXX.CNTL, and the data format (LRECL and RECFM).

When you edit a DSNAME and ISPF must create a new profile, it uses some defaults as a starter set.
_________________
Regards,
Bill Dennis

Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity.
Back to top
View user's profile Send private message
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Wed Dec 29, 2010 4:50 am    Post subject: Reply with quote

or simply browse the file.
_________________
Dick Brenholtz
American living in Varel, Germany
Back to top
View user's profile Send private message
arnold57
Beginner


Joined: 01 Oct 2004
Posts: 30
Topics: 0

PostPosted: Tue Feb 01, 2011 7:04 pm    Post subject: Reply with quote

You can create a profile called ZDEFAULT and turn NUM OFF. ZDEFAULT will be used as the default to initalize any new profile created.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group