Author |
Message |
Topic: Change the record date to Next Friday date using DFSORT |
hsubra
Replies: 3
Views: 2393
|
Forum: Utilities Posted: Thu Jun 15, 2006 9:15 am Subject: Change the record date to Next Friday date using DFSORT |
Thanks Kolusu.
Consider , if i have another DATEFILE where i store the all FRIDAYs. Is it possible to compare the DATEFILE and INFILE and replace the dates from DATEFILE?
DATEFILE: (WHICH CONT ... |
Topic: Change the record date to Next Friday date using DFSORT |
hsubra
Replies: 3
Views: 2393
|
Forum: Utilities Posted: Thu Jun 15, 2006 8:23 am Subject: Change the record date to Next Friday date using DFSORT |
Hi ,
I have date in a file 'YYMMDD' format needs to be changed into next friday date .
Currently , i have a file(DATEFILE) where i store all the Friday date for the entire year and the program w ... |
Topic: ICETOOL: Expressions in STARTREC & ENDREC ? |
hsubra
Replies: 22
Views: 11146
|
Forum: Utilities Posted: Wed Mar 16, 2005 2:22 pm Subject: ICETOOL: Expressions in STARTREC & ENDREC ? |
Alain,
Thanks for the nice work. Give me sometime to understand the logic and let me try out .
Cheers,
Subra |
Topic: ICETOOL: Expressions in STARTREC & ENDREC ? |
hsubra
Replies: 22
Views: 11146
|
Forum: Utilities Posted: Tue Mar 15, 2005 1:49 pm Subject: ICETOOL: Expressions in STARTREC & ENDREC ? |
Frank/Alain,
I am back from a small vacation. I saw the nice trick from Alain, when we have a number of records is same in each group. I have tried IFTHEN before my vaction , for me it did not wor ... |
Topic: ICETOOL: Expressions in STARTREC & ENDREC ? |
hsubra
Replies: 22
Views: 11146
|
Forum: Utilities Posted: Mon Mar 07, 2005 11:44 pm Subject: ICETOOL: Expressions in STARTREC & ENDREC ? |
Hi Frank,
Thanks for the immediate help. Your JCL work fine , if i have one block to select. I have multiple blocks line that .
My input is
ABC, SYSTEMS
REPORT Q
----------------------- ... |
Topic: ICETOOL: Expressions in STARTREC & ENDREC ? |
hsubra
Replies: 22
Views: 11146
|
Forum: Utilities Posted: Mon Mar 07, 2005 5:24 pm Subject: ICETOOL: Expressions in STARTREC & ENDREC ? |
Hi,
I need pickup block from my report. For example
ABC, SYSTEMS
REPORT Q
-----------------------------
AEXREC001 1222.22
---------002 0000.00
---- ... |
Topic: Need Help in ICETOOL |
hsubra
Replies: 3
Views: 2536
|
Forum: Utilities Posted: Tue Jan 04, 2005 5:10 pm Subject: Need Help in ICETOOL |
Thanks Frank. DFSORT R14 PTF UQ95213 is not available in my system. So please suggest me. I am going for a control statement with SORT & SUM fields . Is there any other technique ? |
Topic: Need Help in ICETOOL |
hsubra
Replies: 3
Views: 2536
|
Forum: Utilities Posted: Tue Jan 04, 2005 3:49 pm Subject: Need Help in ICETOOL |
Hi,
I am facing a critical issue using TRAILER with TOTAL in ICETOOL
Here is my JCL:
//SORTTTL EXEC PGM=ICETOOL
//TOOLMSG DD SYSOUT=* ... |
Topic: Getting all the records after the Key ? (ICETOOL) |
hsubra
Replies: 2
Views: 1611
|
Forum: Utilities Posted: Wed Mar 17, 2004 3:25 pm Subject: Getting all the records after the Key ? (ICETOOL) |
Kolusu,
Great.. A quick solution saves me to write a new program ..
Thanks for the timely help ..
Cheers,
Subra |
Topic: Error in ICETOOL control statement "ADD" verb.... |
hsubra
Replies: 5
Views: 2797
|
Forum: Utilities Posted: Wed Mar 17, 2004 2:03 pm Subject: Error in ICETOOL control statement "ADD" verb.... |
Thanks Frank and Kolusu.
I was in vacation . So i couldnt reply. I have applied a similar logic for the above requirement.
Cheers,
Subra |
Topic: Getting all the records after the Key ? (ICETOOL) |
hsubra
Replies: 2
Views: 1611
|
Forum: Utilities Posted: Wed Mar 17, 2004 1:59 pm Subject: Getting all the records after the Key ? (ICETOOL) |
Hi
Is there any way to get all the records after a specified string?
For Example , If I have input file as,
PROCESSED A RECS
READ COMPLETE ... |
Topic: Error in ICETOOL control statement "ADD" verb.... |
hsubra
Replies: 5
Views: 2797
|
Forum: Utilities Posted: Sat Mar 06, 2004 9:16 pm Subject: Error in ICETOOL control statement "ADD" verb.... |
Hello,
Whatz the error here !! I am pasting the DFSMSG .
1ICE200I 0 IDENTIFIER FROM CALLING PROGRAM IS 0001
ICE143I 0 BLOCKSET COPY TECHNIQUE SELECTED ... |
Topic: Rounding thru ICETOOL |
hsubra
Replies: 11
Views: 8100
|
Forum: Utilities Posted: Mon Feb 09, 2004 4:46 pm Subject: Rounding thru ICETOOL |
Gr8,
Thanks kolusu For the inputs. Actually I tailored the JCL and pasted . So the Error #2 and 4 happened. Error#1 ,3, and 5 are implemented in my JCL. I am really impressed on the Feb 2003, DFSO ... |
Topic: Rounding thru ICETOOL |
hsubra
Replies: 11
Views: 8100
|
Forum: Utilities Posted: Mon Feb 09, 2004 2:45 pm Subject: Rounding thru ICETOOL |
Frank Yaeger/kolusu,
The Job is
//SORTTTL EXEC PGM=ICETOOL
//SYSOUT DD SYSOUT=(O,,J000)
//SYSPRINT DD SYSOU ... |
Topic: Rounding thru ICETOOL |
hsubra
Replies: 11
Views: 8100
|
Forum: Utilities Posted: Mon Feb 09, 2004 11:02 am Subject: Rounding thru ICETOOL |
Hello,
I am creating TRAILER record using ICETOOL.
" ,70:TOTAL=(50,8,PD,EDIT=(SIIIIIIIIIIIII.IIII),SIGNS=(,-,,)), " . I want the total to be rounded to decimal 2 digit. i.e) SIIIIIIIIIIIII.I ... |
|