IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Regarding the utilityIEBDG


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Aaparna Vipin

New User


Joined: 12 Feb 2010
Posts: 10
Location: India

PostPosted: Thu Mar 04, 2010 9:08 am
Reply with quote

In the below code,Can someone please tell me the significance of the highlighted feilds
//SYSPRINT DD SYSOUT=*
//OUTSET DD DSNAME=Dataset,
// DISP=(,CATLG),
// DCB=(LRECL=363,RECFM=FB),
// SPACE=(TRK,(10,10),RLSE),
// UNIT=DISK
//SYSIN DD *
DSD OUTPUT=(OUTSET)
FD NAME=FIELD1,LENGTH=10,PICTURE=10,' ',ACTION=RO
CREATE QUANTITY=1
,NAME=(FIELD1)
END
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Mar 04, 2010 9:48 am
Reply with quote

Hello and welcome to the forum,

At the top of the page is a link to "IBM Manuals". Click on the IBM JCL Utilities Guide for DFSMS link and the complete documentation for IEBDG is available.

If you find something in the manual that is not clear, post what you found and your doubt. Someone will be able to clarify.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Search our Forums:

Back to Top