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 All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Comment Lines getting in the way when... JCL & VSAM 0
No new posts Comment multiple lines in JCL for Tem... JCL & VSAM 4
No new posts Executing DB2 SQL store procedure via... DB2 1
No new posts Mark Previous & next lines when a... DFSORT/ICETOOL 9
No new posts executing XCTL command in COBOL witho... CICS 10
Search our Forums:


Back to Top