Search found 4 matches

by sooraj184
Wed Nov 04, 2009 1:51 pm
Forum: INTERVIEW QUESTIONS
Topic: Interview Q
Replies: 6
Views: 10593

Yes.... I missed it we need a value clause....
by sooraj184
Tue Nov 03, 2009 8:15 pm
Forum: FILE-AID
Topic: To get the total record count of flat file.....
Replies: 4
Views: 14761

Anuj,


Tnx...It worked!
by sooraj184
Tue Nov 03, 2009 8:10 pm
Forum: INTERVIEW QUESTIONS
Topic: Interview Q
Replies: 6
Views: 10593

Kumar,

You can use redefine clause while declaring the datasets in working storage!....

Ex:

01 WS-VAR1 PIC X(2).
01 WS-VAR2 REDEFINES WS-VAR1 PICX(100).

So both the data items will have the same value as they uses the same memry space.....Hope this helps!
by sooraj184
Thu Oct 15, 2009 7:24 pm
Forum: FILE-AID
Topic: To get the total record count of flat file.....
Replies: 4
Views: 14761

To get the total record count of flat file.....

Hi.....

Can any one help me to find out the total record count of a flat file with out using mF8 or SORT ....Could you help me by using File-Aid commands....