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

How to List out Assembler Programs from a Programs List


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mainframesguru

New User


Joined: 24 Jun 2005
Posts: 36
Location: Hyderabad

PostPosted: Fri Apr 07, 2006 10:18 am
Reply with quote

Hi All,

I am very amateur to Assembler Language.

I have a PDS, that has Cobol, Easy Trieve and Assembler Programs.
My requirement is to list out all the Assembler Programs using "3.14 / Search Option". So on what keyword should I give a search, which is
used only in Assembler Language

Ex: for Identifying Cobol Program, I can give a search on "Identification Division".

What about Assembler Program?


Expecting a early reply!!!

Thanks
Vamshi Krishna Indla
Back to top
View user's profile Send private message
jon_s_rice

Active User


Joined: 24 Mar 2005
Posts: 102
Location: Douglasville, GA USA

PostPosted: Fri Apr 07, 2006 7:18 pm
Reply with quote

My best guess is to look for a common instruction by column for example
SRCHFOR 'MVC',18
Back to top
View user's profile Send private message
Bharanidharan

New User


Joined: 20 Jun 2005
Posts: 86
Location: Chennai, India

PostPosted: Mon Apr 10, 2006 8:51 am
Reply with quote

Any and every assembler source must have a CSECT (control section), which is the physical starting point for compilation of assembler source. All other common instructions may or may not be present.
Back to top
View user's profile Send private message
kalpana

New User


Joined: 19 Nov 2004
Posts: 24
Location: Banglore

PostPosted: Mon Apr 10, 2006 2:05 pm
Reply with quote

Every Assembler Progarm will starts with Start or Begin instruction. So u can give search on start or begin instruction.

Regards
Kalpana
Back to top
View user's profile Send private message
nijugopalan

New User


Joined: 15 Oct 2005
Posts: 15
Location: pune

PostPosted: Tue Jun 13, 2006 8:17 pm
Reply with quote

u can type csect instead of identification division.to view ur assembler programs. i have not tried it. its only an assumption. please try it it will work.and tell me about it. my mail id is ***EMail ID REMOVED... Read Forum Rules***
Back to top
View user's profile Send private message
jon_s_rice

Active User


Joined: 24 Mar 2005
Posts: 102
Location: Douglasville, GA USA

PostPosted: Wed Jun 14, 2006 4:08 am
Reply with quote

nijugopalan - You are in violation of forum rules. Do not post your private email address.
Back to top
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 419
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Wed Jun 14, 2006 4:23 am
Reply with quote

I agree on searching for common instructions unique to Assembler

bBALRb
bDSECTb
bCSECTb
bMVCb
bDCb
bDSb

where b = blank/space

and those pgms with structure allow you to restrict the search to columns 9 thru 17
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Build dataset list with properties us... PL/I & Assembler 4
No new posts Finding Assembler programs PL/I & Assembler 5
Search our Forums:

Back to Top