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

Fileaid Query


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Raj24186

New User


Joined: 04 May 2010
Posts: 9
Location: Chennai

PostPosted: Wed May 12, 2010 2:53 pm
Reply with quote

Hi,

Can someone post me the purpose of sysprint, syslist DD names as shown below, in a Fileaid batch job?

//STEP0100 EXEC PGM=FILEAID
//STEPLIB DD DISP=SHR,DSN=xxx.load
//SYSPRINT DD SYSOUT=*
//SYSLIST DD SYSOUT=*
//DD01 DD DSN=input.dataset,DISP=SHR
//DD01O DD SYSOUT=*
//SYSIN DD *
**control statements**
/*

I am currently having a file which can only be viewed with a copybook. I need to extract contents at a particular position from this file.

Is it possible for me to first browse the file with the copybook and then extract the characters at the required position?

Please let me know if this can be done using Fileaid Batch.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed May 12, 2010 3:25 pm
Reply with quote

Code:

SYSPRINT:

• SYSPRINT heading
• Opening messages
• Comments
• Actions-taken map
• Function statistics
• Accumulations
• Dataset processing messages
• Closing message/Record count
• Alternate date
• Data check
• Block count error log
• Output PDS error log
• Input PDS error log
• DCB abend log
• Open error logs
• VSAM warning
• Invalid packed field error log
• Control card error log.

SYSLIST:

• SYSLIST heading
• Disk dataset access message
• DUMP request
• PRINT request
• Output record print
• LIST request
• FPRINT request
• VPRINT request
• Changed/truncated record tag
• VSAM retrieval output
• Tape dataset blocks
• Sequential dataset records.
Back to top
View user's profile Send private message
Raj24186

New User


Joined: 04 May 2010
Posts: 9
Location: Chennai

PostPosted: Thu May 13, 2010 10:51 am
Reply with quote

Thanks Peter! Could you also answer my query?
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu May 13, 2010 11:08 am
Reply with quote

I dont know. My previous response was quoted from the manual.
I suggest that you consult the manuals too.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu May 13, 2010 5:24 pm
Reply with quote

SYSPRINT lists all submitted control cards, and all error and completion messages issued during execution. If SYSPRINT is not provided, File-AID dynamically allocates it.

SYSLIST is an optional statement to use when selecting data for hardcopy output. If SYSLIST is not provided, File-AID dynamically allocates it. SYSLIST may optionally be defined as a sequential file.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu May 13, 2010 5:48 pm
Reply with quote

Raj24186 wrote:
Is it possible for me to first browse the file with the copybook and then extract the characters at the required position?
you can do that, try to generate a jcl in batch using PRINT option of the file-aid. Some time, i've even posted a working model of such a JCL, you might to search the forum.
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
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
Search our Forums:

Back to Top