Attibutes same as sortin
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Job Control Language(JCL)

#1: Attibutes same as sortin Author: Martin PostPosted: Thu Jan 11, 2007 3:09 am
    —
Hi,

I need to set the attr of output same as input file in a sot step. Can any 1 let me know whats the syntax fo this?

Note : - I do not know the attr of the input file

-Mt

#2:  Author: DibakarLocation: USA PostPosted: Thu Jan 11, 2007 3:14 am
    —
I think you don't need to mention these atrributes, SORT will automatially set it same as the SORTIN file.

#3:  Author: satheeshsLocation: 'Mainframe World' PostPosted: Thu Jan 11, 2007 3:34 am
    —
If the input file is in DASDs, you can use 'LIKE='i/p file'' parameter while you catalog the o/p dataset.
LIKE will not support tape datasets

#4:  Author: dz PostPosted: Thu Jan 11, 2007 10:58 am
    —
This can be done in JCL:
//SORTOUT DD DSB=*.SORTIN

#5:  Author: dz PostPosted: Thu Jan 11, 2007 11:02 am
    —
Sorry, I meant DCB:
//SORTOUT DD DCB=*.SORTIN



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