DCB parameters based on old file?
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Job Control Language(JCL)

#1: DCB parameters based on old file? Author: vak255 PostPosted: Mon Oct 09, 2006 11:10 am
    —
I have a input file, from which I need only copy only the account numbers which is 13 in length. I have given the following space parameters. can anyone please let me know how to calculate the space parameter for this new acct file?

input file:
Quote:

//SORTOUT DD DSN=AQID@.T340HDR.FILE.A.SORT(+1),
// DISP=(NEW,CATLG,DELETE),
// SPACE=(CYL,(900,500),RLSE),
// UNIT=SYSDA,
// DCB=*.SORTIN

Tracks Allocated: 13500 Cyls: 900
Tracks Used: 13500 Cyls: 900 100%
Nbr Of Extents: 1
Secondary Space: 500 Cyls



Output file: acct FILE

Quote:

DSN=AQID@.THDR.ACCTS(+1),
DISP=(NEW,CATLG,DELETE),
UNIT=SYSDA,
SPACE=(CYL,(10,5),RLSE),DCB=(RECFM=FB,LRECL=13)

#2:  Author: kolusuLocation: San Jose PostPosted: Mon Oct 09, 2006 11:18 am
    —
vak255,

Please search before posting. Check this link

http://www.mvsforums.com/helpboards/viewtopic.php?t=28&highlight=space

Hope this helps...

Cheers

Kolusu



MVSFORUMS.com -> Job Control Language(JCL)


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group