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

Suggest the code to Assemble an ASSEMBLER prg


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

New User


Joined: 07 Mar 2007
Posts: 1
Location: Nashville

PostPosted: Fri Mar 09, 2007 7:36 am
Reply with quote

I am a first time coder of assembler and somehow managed to do the changes in the code but don't know how to Assemble it. Can anybody help.

Salam
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Mar 09, 2007 8:20 am
Reply with quote

Hello,

A good thing to do is talk with your system support people.

Nearly everywhere has set up standard cataloged PROCedures for compiling, assembling, etc.

When you compile you may need to specify some parameters or provide some overrides, but the basic PROC is likely already in a PROCLIB.

If you know the name of the COBOL compile proc and can determine which PROCLIB it is executed from, the assembly proc is likely in the same library. Look for members names with "asm".
Back to top
View user's profile Send private message
aravindanrkumar
Warnings : 1

New User


Joined: 03 Jan 2007
Posts: 11
Location: Chennai

PostPosted: Fri Mar 09, 2007 9:53 am
Reply with quote

The procedure to assemble is available in the system library CPAC.PROCLIB

It is named ASMACLG. Write a JCL to invoke that procedure and in the EXEC statement give the member name also
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Mar 09, 2007 10:29 am
Reply with quote

Hello,

CPAC.PROCLIB is site specific. Unless you both work at the same installation, the library will most likely have a different name. There is also the chance that procedure name will be different.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top