Search found 5 matches

by Sagarmukkawar
Mon Jan 28, 2008 2:49 pm
Forum: COBOL
Topic: In what ways to delete a flat file in jcl
Replies: 2
Views: 6483

The JCl may look lilke:

//STEPname EXEC PGM=IEFBR14
//DDname DD DSN=xxx.xxxx.xxx /*The name of file u want to delete.
// DISP=(MOD,DELETE),SPACE=(TRK,0)


Hope it might be elpful to u!!!
by Sagarmukkawar
Mon Jan 28, 2008 2:43 pm
Forum: COBOL
Topic: How many methods to EDIT a VSAM file
Replies: 1
Views: 3855

As i know We may use File-aid for the browsing and editing the VSAM file.
by Sagarmukkawar
Mon Jan 28, 2008 2:36 pm
Forum: FILE-AID
Topic: XREF Creation
Replies: 6
Views: 23643

Somewhat late......:)

We may use file-aid for the creation of XREF with the help pf w;f;7 option in the endevour.

Hope it Might be useful...........
by Sagarmukkawar
Mon Jan 28, 2008 2:33 pm
Forum: FILE-AID
Topic: Tools in mainframes
Replies: 2
Views: 11818

Hi shekhar, Welcome to this forum!!! EXPEDITOR : In simple words...it is just act as an debugger. We will test our program once done with the help of EXPEDITOR and will do the stepwise exicution of the program which might be useful to remove the logical error that we have. FILE-AID : This is an tool...
by Sagarmukkawar
Mon Jan 28, 2008 2:08 pm
Forum: Off Topics
Topic: COPY BOOK
Replies: 6
Views: 14387

Hi Siddhu, As u said correctly copybook contains the layout of the record that we will use in our program. We generally define the record layout in the copybook as this copybook might be useful in different program so instead of defining this layout repeatedly in each source program we defines in on...