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

I would like to know the functionality of the below fileaid


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Thu Dec 06, 2007 7:38 pm
Reply with quote


  • What is the functionality of USER and MOVE statements and difference between these two statments

    $$DD01 USER MOVE=(1,176C' ')

    $$DD01 USER MOVE=(177,15,2)

  • What is the functionality of SPACE and ACCUM paramemters in the below statements

    $$DD01 SPACE ACCUM=(25,11,C,'TOTAL GROSS DRAFT AMOUNT')

  • What is the functionality of MAXOUT,PADCHAR,CA,RA paramemters in the below statement

    $$DD01 USER MAXOUT=5,IF=(66,EQ,C'01'),ORIF=(66,EQ,C'03'),WRITE=DD01O

    $$DD01 COPY PADCHAR=X'40'

    $$DD01 CA RA=(1,0,C'HHMMSS',C'&:HHMMSS')

  • Is there any difference between 10X and 1X in the below statement

    $$DD01 UPDATE REPLALL=(1,200,10X'00',10C' ')

    $$DD01 UPDATE REPLALL=(1,200,1X'00',10C' ')

  • what is RDW and what is the functionality REPL comand here

    $$DD01 COPY RDW=2,REPL=(1,C'ACD')


Since I am unable to find these details neither in QW nor in fileaid material as well as tutorials.

Or else kindly help me how to generate requried fileaid batch jcl accordingly.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Thu Dec 06, 2007 8:01 pm
Reply with quote

Veena,

Quote:
What is the functionality of USER and MOVE statements and difference between these two statments

$$DD01 USER MOVE=(177,15,2)



It moves 15 bytes of data from location 2 in the input record to location 177 in the output record.

the syntax is



Code:
MOVE=(to-location,length,from-location)
Back to top
View user's profile Send private message
veena_nagesh2002
Warnings : 1

Active User


Joined: 07 May 2005
Posts: 110
Location: hyderabad

PostPosted: Mon Dec 10, 2007 11:50 am
Reply with quote

thanks alot

can you please update me on the other commands
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts File matching functionality in Easytr... DFSORT/ICETOOL 14
No new posts Can you tell me what functionality yo... CLIST & REXX 28
No new posts Fileaid 2 commands instream work. In ... Compuware & Other Tools 2
Search our Forums:

Back to Top