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

Required equivelent fileaid syntax


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

New User


Joined: 26 Aug 2014
Posts: 1
Location: india

PostPosted: Wed Aug 27, 2014 12:13 pm
Reply with quote

Dear All,

Below is the insync statement

FUNCTION=FIELDMAP
SEARCHDATA=(005,002,EQ,P'476'),AND,
(043,006,EQ,C'015121')
MOVE=(021,10,ZS,141,10,ZS)
MOVE=(031,5,C,32,3,P)


Could you provide equivelent fileaid statement for above.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Aug 27, 2014 2:51 pm
Reply with quote

Perhaps you might care to elaborate on what the existing product is.

Also you DO NOT just turn up and ask for code without showing what efforts you have already made YOURSELF

You also need to explain what is happening in the current process, showing input and output data, RECFM, LRECL and other useful information.

Go away and think about exactly what it is that you need help with and then post it clearly.
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Wed Aug 27, 2014 8:38 pm
Reply with quote

Checked some old JCL, found these hints:

If statements that are AND'ed
IF=(55,EQ,C'ROLLED IN'),IF=(27,EQ,C'LOG')

MOVE statements have this format:
MOVE=(START POS IN DEST,LENGTH,START POS IN SOURCE)
eg
MOVE=(1,40,12)

$$DD01 COPY IF=(24,EQ,C'*'),MOVE=(1,80,28)
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 PARSE Syntax for not fix length word ... JCL & VSAM 7
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 CNTL= Command Syntax Documentation CA Products 3
No new posts Required Date Format in Include Sort ... DFSORT/ICETOOL 6
Search our Forums:

Back to Top