how to execute asm pgm
Moderator: Moderator Group
how to execute asm pgm
how to execute a program written in assembler language in mainframe....
shiemala,shiemala wrote:how to execute a program written in assembler language in mainframe....
I?m not sure I understand your question. If the assembler program has been assembled and link edited and you have an executable load module, it?s run like any other program. The language it?s written in doesn?t matter.
Please come back with comments
Dave
hi executing a asembler program is similar like executing a program in cobol.
//D321180J JOB (TRG-TRG-D321180-XXX-999),CLASS=C,NOTIFY=D321180
//* MSGCLASS=X,MSGLEVEL=(1,1),NOTIFY=D321180
//**************************************************************
//* CHANGES TO BE MADE :
//* C.SYSIN ====> SOURCE DATASET WITH MEMBER NAME
//* L.SYSLMOD ====> LOAD MODULE WITH MEMBER NAME
//**************************************************************
// JCLLIB ORDER=SYS1T.USER.PROCLIB
//ASM1 EXEC ASMACL,
// PARM.C='OBJECT,NODECK',
// PARM.L='LIST,LET,XREF,MAP,TEST'
//C.SYSIN DD DSN=D321180.AIG.VIKRAM(DROPBASE),DISP=SHR
//L.SYSLMOD DD DSN=D321180.AIG.LOADLIB1(DROPBASE),DISP=SHR
//SYSPRINT DD SYSOUT=* 1
//SYSOUT DD SYSOUT=*
/*
this is the sample compile program for assembler.. please let me know still u have any doubts
//D321180J JOB (TRG-TRG-D321180-XXX-999),CLASS=C,NOTIFY=D321180
//* MSGCLASS=X,MSGLEVEL=(1,1),NOTIFY=D321180
//**************************************************************
//* CHANGES TO BE MADE :
//* C.SYSIN ====> SOURCE DATASET WITH MEMBER NAME
//* L.SYSLMOD ====> LOAD MODULE WITH MEMBER NAME
//**************************************************************
// JCLLIB ORDER=SYS1T.USER.PROCLIB
//ASM1 EXEC ASMACL,
// PARM.C='OBJECT,NODECK',
// PARM.L='LIST,LET,XREF,MAP,TEST'
//C.SYSIN DD DSN=D321180.AIG.VIKRAM(DROPBASE),DISP=SHR
//L.SYSLMOD DD DSN=D321180.AIG.LOADLIB1(DROPBASE),DISP=SHR
//SYSPRINT DD SYSOUT=* 1
//SYSOUT DD SYSOUT=*
/*
this is the sample compile program for assembler.. please let me know still u have any doubts
- dbzTHEdinosauer
- Moderator
- Posts: 981
- Joined: Mon Oct 02, 2006 8:31 pm
vikram G,
not only is this a 3 year old thread,
you have provided as an answer a Procedure,
which the TS (Topic Starter) may not have at his site.
also, compile JCL is/should be site specific and obtained from the Site
and not a webpage.
not only is this a 3 year old thread,
you have provided as an answer a Procedure,
which the TS (Topic Starter) may not have at his site.
also, compile JCL is/should be site specific and obtained from the Site
and not a webpage.
Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.
FREE TUTORIALS
Tutorials
Free tutorials from mainframegurukul
- JCL Tutorial
Covers all important JCL concepts. - Cobol Tutorial
This tutorials covers all Cobol Topics from STRING to COMP-3. - DB2 Tutorial
DB2 Tutorial focuses on DB2 COBOL Programming. - SORT Tutorial
This Tutorial covers all important aspects of DFSORT with examples - CICS Tutorial
This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions
- Cobol Interview Questions
50+ Interview Questions - JCL Interview Questions
50+ Interview Questions - DB2 Interview Questions
100+ Interview Questions - CICS Interview Questions
70+ Interview Questions - VSAM Interview Questions
27 Interview Questions
Other References
Mainframe Tools and others
- XPEDITER Reference
Explains how we can debug a program - FILEAID Reference
Explains how to browse , edit and delete datasets - Change Man Reference
Quick Start tutorial on Changeman - Abend Reference
Important Abend codes explained - FaceBook Page
MainframeGurukul FaceBook Page - LinkedIn Page
MainframeGurkul Linkedin Page