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

query on SYSPUNCH DD name while assembler prog compilation


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

New User


Joined: 31 Oct 2008
Posts: 35
Location: CANADA

PostPosted: Fri Apr 17, 2009 4:35 pm
Reply with quote

Hi,

As per my reference material I cam to know that "The SYSPUNCH DD statement defines an object module for the
purpose of producing punched card output. The LRECL must be
80, the RECFM must be FB or F, and the BLKSIZE must be a
multiple of 80."

My query is the SYSLIN DD statement contains the object module that is
processed by the linkage editor. Then what is the purpose of generating the punched card output?

Note: I am using ASMA90 utility to compile my assembler program
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Apr 17, 2009 4:38 pm
Reply with quote

the two ddnames
SYSPUNCH ( driven by the DECK/NODECK )
SYSLIN ( Driven by OBJECT/NOOBJECT )

are equivalent from the point of view of creating an <OBJECT> that can be fed to the linkage editor

( RECFM FB LRECL 80 BLKSIZE <acceptable from the linkage editor> )
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 RC query -Time column CA Products 3
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Build dataset list with properties us... PL/I & Assembler 4
Search our Forums:

Back to Top