Location of ASMA90
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> CICS and Middleware

#1: Location of ASMA90 Author: chokar PostPosted: Thu Feb 13, 2003 5:58 am
    —
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

#2:  Author: kolusuLocation: San Jose PostPosted: Thu Feb 13, 2003 6:49 am
    —
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

#3:  Author: Bill DennisLocation: Iowa, USA PostPosted: Thu Feb 13, 2003 8:43 am
    —
It's in hlq.SASMMOD1 (your hlq may vary).

Bill



MVSFORUMS.com -> CICS and Middleware


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group