Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
What is the use of GENERATE MAXFILDS

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
sridhar_sasumana

New User


Joined: 22 Jun 2004
Posts: 1
Location: Bangalore

PostPosted: Wed Jun 23, 2004 12:23 pm    Post subject: What is the use of GENERATE MAXFILDS
Reply with quote

wht is the use of GENERATE MAXFILDS

and RECORD FIELD


CODE:

//SYSSIN DD DATA
//GENERATE MAXFILDS=1
RECORD FIELD = (60,1,1)
/*
Back to top
View user's profile Send private message
References
imvs

New User


Joined: 12 May 2004
Posts: 33

PostPosted: Wed Jun 23, 2004 1:31 pm    Post subject:
Reply with quote

sridhar_sasumana,

GENERATE MAXFILDS
tells that the output dataset contains edited for of input data .

Quote:
//GENERATE MAXFILDS=1

it says that one FIELD parameter to appear in subsequent RECORD
stmt
Quote:
RECORD FIELD = (60,1,1)
The syntax for above record stmt is wrong , it should be
FIELD=(length,input location , conversion , output location)
all params for field are positional
RECORD FIELD = (60,1,,1)

RECORD FIELD = (60,1,,1)
1 to 60 bytes of input data set are to be copied into output dataset
Back to top
View user's profile Send private message
Moved: Sun Feb 10, 2008 1:38 pm by mcmillan From Mainframe COBOL to JCL
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1