Search found 8 matches

by vickypunjabi4
Wed Jan 08, 2014 3:45 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: DFSORT help in Variable Block File with diff rec types
Replies: 6
Views: 7205

Sorry...But we are using SYNCSORT...I think i have posted in wrong path...I thisnk I should wask this doubt in SYNCSORT..
My bad....Thanks
by vickypunjabi4
Wed Jan 08, 2014 9:11 am
Forum: DFSORT , ICETOOL & Utilities
Topic: DFSORT help in Variable Block File with diff rec types
Replies: 6
Views: 7205

Thanks William for your reply. But I am very new to Sort. I know baseic commands used in sort. I have ver less understanding of commnads you mentioned like "IFTHEN=(WHEN=GROUP with PUSH". Can you provide me link on how to learn these or any examples like my issue so that I can learns from there and ...
by vickypunjabi4
Tue Jan 07, 2014 4:40 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: DFSORT help in Variable Block File with diff rec types
Replies: 6
Views: 7205

DFSORT help in Variable Block File with diff rec types

Hi I have a file structure like this M1C1ARECP M1C1B______ M1C1C______ M1C1EXXXXX M1C1ACORR M1C1B______ M1C1C______ M1C1EXXXXX M1C1P______ M1C1P______ M1C1ARVRS M1C1B______ M1C1C______ M1C1EXXXXX M1C1P______ the 5th byte here i.e. A,B,C E,P here indicate record types. I want to sort this file based ...
by vickypunjabi4
Thu Jul 18, 2013 10:56 am
Forum: TSO, CLIST & REXX
Topic: To view/edit Datasets with Qualifiers
Replies: 2
Views: 4483

To view/edit Datasets with Qualifiers

Hi I am working on a tool and need some help as I am stuck at a point. If we use this command: "ISPEXEC EDIT DATASET('"R1AVYB.VICKY.COBOL"')" then we can open a datset in edit mode. But I want to open the data set with qualifier as below: "ISPEXEC EDIT DATASET('"R1AVYB.VICKY.COBOL.*"')". It should o...
by vickypunjabi4
Wed May 08, 2013 3:23 pm
Forum: TSO, CLIST & REXX
Topic: Dataset Manager
Replies: 2
Views: 4244

Dataset Manager

I want to create a REXX tool, which can save name of some datasets for a particular user in a panel with nos. Like: 1. ABC.DEF.VVV 2. SWE.DRF.FFGT 3. KJIUU.FFF.HGHTG every time a user opens this panel and presses a particular no that data set should open. this panel should have different data for di...
by vickypunjabi4
Fri Jun 24, 2011 9:02 am
Forum: COBOL
Topic: Cobol Code needed
Replies: 4
Views: 7118

Thanks a lot for the reply. It realy helped and also cleared my concept of array and redefines. thanks again
by vickypunjabi4
Wed Jun 22, 2011 1:54 pm
Forum: COBOL
Topic: Cobol Code needed
Replies: 4
Views: 7118

I have not tried anything...
I was thinking of using nested loop 1st for 0 to 9 and another for A to Z but what to do for A to Z .. I am confused... any help or approach will be
appreciated.

Thanks
by vickypunjabi4
Wed Jun 22, 2011 12:04 pm
Forum: COBOL
Topic: Cobol Code needed
Replies: 4
Views: 7118

Cobol Code needed

I have a requirement to print the output like
0A 0B 0C.......0Z
1A 1B 1C.......1Z
.
.
.
9A 9B 9C........9Z

Please provide the solution.