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

What happens on executing these EZPLUS lines


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ihatesugar
Warnings : 1

New User


Joined: 22 Oct 2006
Posts: 43

PostPosted: Sat Mar 24, 2007 2:34 pm
Reply with quote

hi all,


please refer to the code below and please help me to know what
happens on executing these lines.

what does EZPLUS help us to achieve, i have come across EZPLUS for first time.

your replies would be valuable

//BBAEDR EXEC EZPLUS,PRINT=(,)
//MACRODD DD DSN=IFM.COMMON.PROD.EZPLUS,DISP=SHR
//INFILE DD DSN=&&AEDR,DISP=(OLD,DELETE)
//OUTFILE DD DSN=&&AEDRY2,DISP=(,PASS,DELETE),
// DATACLAS=DCSEQ1,AVGREC=K,RECFM=FB,LRECL=500,
// SPACE=(500,(100,50),RLSE)
//SYSIN DD *
LIST OFF
%BBAEDRSQ
/*
Back to top
View user's profile Send private message
Hari Kumar

New User


Joined: 28 Jul 2005
Posts: 19

PostPosted: Sat Mar 24, 2007 7:54 pm
Reply with quote

Hi,

Open Ezt program [BBAEDRSQ] and check what functionality its doing.

You have to search EZT program in Macro PDS dataset IFM.COMMON.PROD.EZPLUS.

Information about EZMACLIB


Copybook used for expanding code in Cobol . Same way EZMACLIB is used for expand code in EZT

COBOL code

Code:
COPY AAAAAAA


Equal EZT code

Code:
%AAAAAAA


Let me know if you are not clear....
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts executing XCTL command in COBOL witho... CICS 10
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
No new posts Copy few lines from SYSOUT of 10 mill... All Other Mainframe Topics 5
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts Receiving RC 5 when executing REXX pr... CLIST & REXX 3
Search our Forums:

Back to Top