| Author |
Message |
Topic: FBA- What does this signifies |
yatri
Replies: 2
Views: 1625
|
Forum: Application Programming Posted: Mon Mar 26, 2007 4:24 am Subject: FBA- What does this signifies |
| does file orientation FBA some how related to it being a report or something ? I'm having a file with FB and after writing some report into it FB is getting changed to FBA. Is there any link between t ... |
Topic: deleting records in KSDS VSAM file. |
yatri
Replies: 1
Views: 3466
|
Forum: Data Management Posted: Thu Apr 13, 2006 2:55 am Subject: deleting records in KSDS VSAM file. |
| I need to delete all the records in 22 KSDS VSAM files. They are pre-prod VSAMS so i cannot delete them and define them again. Also i cannot initalize them with some other VSAM since will have to crea ... |
Topic: processing external files- SAS |
yatri
Replies: 4
Views: 2798
|
Forum: Utilities Posted: Thu Oct 20, 2005 12:00 am Subject: processing external files- SAS |
Thanks Kolusu.
but then the approach which i'm trying , i believe it should also work. can anybody please help me finding out what is wrong with my code? |
Topic: processing external files- SAS |
yatri
Replies: 4
Views: 2798
|
Forum: Utilities Posted: Wed Oct 19, 2005 1:42 pm Subject: processing external files- SAS |
hi,
i want to write the common records which are present in both files to a third file. my files and the code i'm trying is
file 1-
one
two
three
four
five
file 2-
september
october
one ... |
Topic: creation of new dataset using REXX |
yatri
Replies: 2
Views: 4022
|
Forum: TSO and ISPF Posted: Tue Oct 18, 2005 4:29 am Subject: creation of new dataset using REXX |
hi,
is it possible to create a new pds without using 'using' clause, specifying its dcb parameters? |
Topic: File Parsing in SAS |
yatri
Replies: 1
Views: 1723
|
Forum: Utilities Posted: Tue Oct 04, 2005 7:45 am Subject: File Parsing in SAS |
hi,
in SAS how to read file till EOF is reached?
i need to read an external file , get value of a variable and parse the file to get some data associated with that variable located at some differe ... |
Topic: sorting signed numeric fields |
yatri
Replies: 2
Views: 2311
|
Forum: Utilities Posted: Mon Oct 03, 2005 11:59 am Subject: sorting signed numeric fields |
My sort card is as follows:
SORT FIELDS=(5,13,CH,A,36,14,CH,A)
Where the field at position 5, 13 is character type, but field at position 36, 14 is signed numeric. So, is the above sort card ... |
Topic: sas-COMAPRISON OF VARIABLES |
yatri
Replies: 1
Views: 1384
|
Forum: Utilities Posted: Mon Oct 03, 2005 9:43 am Subject: sas-COMAPRISON OF VARIABLES |
HI,
is it possible to compare two variables in sas? if yes then please post how to do the same.
by comparing two variables i mean ,
can i have a statement like var1=var2?
or i can only comare v ... |
Topic: Usage of SAR7,SARJCL |
yatri
Replies: 1
Views: 2240
|
Forum: Job Control Language(JCL) Posted: Fri Sep 02, 2005 1:19 am Subject: Usage of SAR7,SARJCL |
hi,
if anybody familiar with SAR7 and SARJCL, please provide some pointers to it/ its usage. |
Topic: Sorting a file in .CSV format |
yatri
Replies: 10
Views: 6513
|
Forum: Utilities Posted: Wed Aug 31, 2005 6:18 am Subject: Sorting a file in .CSV format |
I have a file like the one below. It comes in as a CSV format
10,20,superstore,London
200,3999,metro,Edinburgh
1st field max 5 digit (say it is item code)
2nd field max 5 digit (say ... |
Topic: reformatting o/p using SYNCSORT |
yatri
Replies: 2
Views: 5709
|
Forum: Utilities Posted: Wed Aug 24, 2005 4:16 am Subject: reformatting o/p using SYNCSORT |
Thanka a lot!!!
It did work. |
Topic: reformatting o/p using SYNCSORT |
yatri
Replies: 2
Views: 5709
|
Forum: Utilities Posted: Tue Aug 23, 2005 11:27 pm Subject: reformatting o/p using SYNCSORT |
hi,
I want to reformat output using syncsort, to remove leading zeros.
as of now my o/p file contains records as
ABCD 00057,00106,00000
EFGH 01061,00078,00001
PQRS 23467,01234,01234
I want ... |
| |