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

What is compile listing? What it contains?


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Husna

New User


Joined: 02 Jun 2006
Posts: 49

PostPosted: Mon Jul 10, 2006 11:36 am
Reply with quote

Hi all,

Could you please let me know about Compile listing and List lib? What is the difference between these two and what it does contains?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jul 11, 2006 1:17 am
Reply with quote

Listing is the term used for the output of the compiler. It includes the original source code, the full code of copybooks and INCLUDs and translated commands from precompilers, preprocessors or translators (like CICS, DB2 etc.).

Depending on your compile options, the listing may include lists and cross-references of data items and sections, developed assembler code and some more helpful information.

List lib is the term usualy used for the library where all the listings are saved. For example, in my shop we have an IEBGENER step to copy the listing to a special library.

O.
Back to top
View user's profile Send private message
Nithinra

New User


Joined: 03 Jul 2006
Posts: 11

PostPosted: Tue Jul 11, 2006 2:10 pm
Reply with quote

It is all the same .. Compile listing - is in the job spool.
Listlib or Sysprint lising is saved in a PDS.


Regards,
Nithin
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts C Compile time time stamps Java & MQSeries 10
This topic is locked: you cannot edit posts or make replies. How To Write, Compile and Execute Cob... COBOL Programming 5
No new posts Print out all lines with 'IBM' compil... CLIST & REXX 8
Search our Forums:

Back to Top