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 

Location of ASMA90

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
chokar
Beginner


Joined: 08 Jan 2003
Posts: 12
Topics: 11

PostPosted: Thu Feb 13, 2003 5:58 am    Post subject: Location of ASMA90 Reply with quote

Hi all

I am not able to find ASMA90 program.I searched in LINKLIB ,but its not there.Where can I get that program.


thanks

cho
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Thu Feb 13, 2003 6:49 am    Post subject: Reply with quote

Chokar,

You can search all the members allocated to your tso using the following command
Code:

TSO ISRDDN MEMBER ASMA90


or try to run this jcl which is nothing but a dummy job to test assembler

Code:

//TRYIT    EXEC PGM=ASMA90,PARM='OBJECT,NODECK,XREF(FULL)',REGION=2048K
//SYSLIB   DD DSN=SYS1.MACLIB,
//            DISP=SHR                               
//SYSUT1   DD UNIT=SYSDA,SPACE=(CYL,(4,2)),DSN=&SYSUT1               
//SYSPRINT DD SYSOUT=*,DCB=(BLKSIZE=3509),UNIT=SYSDA               
//SYSLIN   DD DSN=&OBJ(ASM1),DISP=(,PASS),SPACE=(TRK,(10,5,5)),       
// UNIT=SYSDA                                                       
//SYSIN DD *                                                       
ASM1     CSECT                                                     
         BALR   12,0                                               
         USING  *,12                                               
         SLR    1,1                                                 
         ST     1,HOLD                                             
         BR     14                                                 
HOLD     DS     F                                                   
         END                                                       


Actually you have 3 members in SYS1.PROCLIB

1.ASMAC >>>> procedure to compile assembler programs
2.ASMACL >>>> procedure to compile and link
3.ASMACLG >>>> procedure to compile , link and run


Ravi ASMA90 is a program to compile assemebler programs

Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Thu Feb 13, 2003 8:43 am    Post subject: Reply with quote

It's in hlq.SASMMOD1 (your hlq may vary).

Bill
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 -> CICS and Middleware 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