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 

In Fileaid Batch job, what is $$DD01 ???

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
vak255
Intermediate


Joined: 10 Sep 2004
Posts: 384
Topics: 79

PostPosted: Wed Apr 12, 2006 7:59 am    Post subject: In Fileaid Batch job, what is $$DD01 ??? Reply with quote

Hi,
In the below code, I like to know what is $$DD01 represent.


Code:

/FILEAS2  EXEC PGM=FILEAID 
//SYSPRINT DD SYSOUT=*       
//SYSOUT   DD SYSOUT=*       
//SYSUDUMP DD SYSOUT=D       
--
--
--
//SYSIN    DD *
$$DD01 COPY IF=
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12375
Topics: 75
Location: San Jose

PostPosted: Wed Apr 12, 2006 8:10 am    Post subject: Reply with quote

vak255,

All the File-aid control cards starts with ($$) and then followed by the DDname to which the control cards correspond to.

DDxx: Describes the input datasets to File-AID. The xx value can be any number from 00 to 99 that matches a corresponding control card ($$DDxx). Access a maximum of 100 input datasets per execution. You must use at least one DDxx statement.

For every DDxx dd you need to have a corresponding DDxxO which defines an output dataset.The xx value must match the xx value in the corresponding input dataset (DDxx). Process a maximum of 100 output datasets per execution.

The control statement ($$DD01) corresponds to the input dataset (//DD01) and the output dataset (//DD01O).

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
vak255
Intermediate


Joined: 10 Sep 2004
Posts: 384
Topics: 79

PostPosted: Wed Apr 12, 2006 8:27 am    Post subject: Reply with quote

Kolusu!! really you are gr8 Razz . how come you got answers for everything.

Thanks buddy.
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 -> Job Control Language(JCL) 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