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

Reporting tool Information Expert


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sandeep4u

New User


Joined: 12 Aug 2005
Posts: 32

PostPosted: Fri Jun 09, 2006 2:45 pm
Reply with quote

Hi all,

Any one knows the information expert ---a reporting tool. I am facing the problem in that.

If any one knows please help me to sort out my problem..

I am also new to this tool... icon_cry.gif

I am using IE program which is doing some validation and printing the report. I have used the program compiled it and submitted it. But I don't know where to see the output. I have checked sysout, jbslog,jbsprt all related things but waste.

can anyone tell me where to chk the output icon_question.gif


Thanks,

Sandy
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Fri Jun 09, 2006 7:15 pm
Reply with quote

What method are you using to compile the program?
Back to top
View user's profile Send private message
sandeep4u

New User


Joined: 12 Aug 2005
Posts: 32

PostPosted: Fri Jun 09, 2006 8:13 pm
Reply with quote

Hi,

I am using the JCl for compilation....

and i have checked all the output source from the JCL..


But its not working....


Thanks

Sandy
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Fri Jun 09, 2006 8:16 pm
Reply with quote

Sandy, Can you post the expanded JCL? I'll take a look at it and see if anything rings a bell.

Dave
Back to top
View user's profile Send private message
sandeep4u

New User


Joined: 12 Aug 2005
Posts: 32

PostPosted: Fri Jun 09, 2006 8:42 pm
Reply with quote

Here is the JCL which compiles the IE report.............



//CLAXA35A JOB ACCT,'PREP DEV3',
//* TYPRUN=SCAN,
// NOTIFY=&SYSUID,
// CLASS=A,MSGLEVEL=(1,1),MSGCLASS=X,REGION=0M
//*************************************************
//* CONVERTED TO IE9601 LEIGH SMITH 20-OCT-98
//*************************************************
//FSTTST3 JCLLIB ORDER=FST.DEVP.IE9601.PROCLIB
//STEP0001 EXEC PREPIE96,
// IN1=DEV3,
//* IN1=TST3,
// SRC=DEV3,
//* SRC=TST3,
// WORK=SYSDA,
// SRTCYL='12',
// XTRCYL='12',
// WRKCYL='12',
// SIGNON='SIGNON',
// SOURCE='REPORTS',
// MEMBER=TPMX105
//*



here is the main JCL which uses ie program...


//FSLPAMS2 JOB ACCT,'AMSOFT SUSPENSE S2',
//* TYPRUN=SCAN,
// CLASS=6,MSGLEVEL=(1,1),MSGCLASS=J,REGION=0M
#SCC,COND=(5,LT,FSTNJSUS.RTNCDESU)
#SCC,COND=(4,LT,FSTSCOL2.SUSL2203)
//*
//* SCORPIO VERSION
//*
//FSTPRD3 JCLLIB ORDER=(SYS50.CA7PROC.FST)
//*
//SETVARS SET XENV='PRD3'
// SET XFEED='ASC'
// SET XSRCE='SUS'
// SET OUTENV1='PRD3'
// SET XLOAD='FST.PRD3'
// SET XLOADUID='FSTPAMS2'
// SET XDB2SYS='DSN1'
// SET XDB2PLAN='FSTIEP3'
// SET SORT1='SORTDYN6'
// SET SORTIE1='SORTDYN1'
// SET SORTIE2='SORTDYN1'
// SET SORTIE3='SORTDYN5'
// SET XSYSOUT='(Q)'
//* --- CHANGE THIS FROM '+1' TO '0' FOR RESTARTS AT THE FSTGENJV STEP
// SET GENJVGDG='+1'
//** SET RPTCYL1=10
//** SET RPTCYLX1=5
// SET TRNCYL1=200
// SET TRNCYLX1=100
// SET TRNCYL2=200
// SET TRNCYLX2=100
// SET WRKCYL1=300
// SET WRKCYLX1=100
//FSTEMPS2 INCLUDE MEMBER=FSTAMSS2
//*
//FSTCTLJ2 EXEC FSTCTLJ2,
// OUT=&OUTENV1,
// FEED=&XFEED,
// GDG=&GENJVGDG,
// SRCE=&XSRCE,
// SYSOUT=&XSYSOUT
//*
//FSTAUDSU EXEC FSTAUDSU,COND=(0,NE,FSTNJSUS.RTNCDESU),
// SRTCYL=100,
// XTRCYL=100,
// WRKCYL=100,
// ENV=&XLOAD
//FSTFMTRE DD DSN=FST.&XENV..&XFEED..&XSRCE..VALID.GDG(&GENJVGDG),
// DISP=SHR
//*
//FSTSURUN EXEC FSTSURUN,COND=(0,NE,FSTNJSUS.RTNCDESU),
// CA7MEM='SETAMS2'
//*
//FSTSURU2 EXEC FSTSURUN,
// COND=((5,LT,FSTNJSUS.RTNCDESU),(3,EQ,FSTSCOL2.SUSL2203)),
// CA7MEM='SETAMSC'
//



thanks...

Sandy
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Capturing Job Execution Information All Other Mainframe Topics 3
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Mass JCL release via IDZ tool(eclipse... CA Products 1
No new posts Extract all the TWS scheduler informa... IBM Tools 1
No new posts Table Information - DB2 DB2 1
Search our Forums:

Back to Top