| Author |
Message |
Topic: Summation based on the fields using SORT/ICETOOL |
Vishwakiran
Replies: 5
Views: 2222
|
Forum: Utilities Posted: Thu Oct 18, 2007 3:40 pm Subject: Summation based on the fields using SORT/ICETOOL |
Hi Friends,
I have a requirement like below
Say my input file is like below. I want to sum the numbers for A,B,C..
A X 100
B Y 080
A Z 090
C S 025
B V 010
I want my out put ... |
Topic: Specifying the skeleton of the library in CLIST |
Vishwakiran
Replies: 1
Views: 1545
|
Forum: TSO and ISPF Posted: Sun Dec 31, 2006 3:44 am Subject: Specifying the skeleton of the library in CLIST |
Hi,
I want to submit a job frpom CLIST by usin the substitution of values entered by the user.
My CLIST takes the Skeleton of the job from the default skeleton library. I want it to be taken fr ... |
Topic: Submitting a job through CLIST |
Vishwakiran
Replies: 2
Views: 2194
|
Forum: TSO and ISPF Posted: Sun Dec 31, 2006 3:34 am Subject: Submitting a job through CLIST |
It is working fine.
Thanks Kolusu. |
Topic: Utility for copying the tape datset to DASD datset |
Vishwakiran
Replies: 1
Views: 2772
|
Forum: TSO and ISPF Posted: Sat Dec 30, 2006 2:44 pm Subject: Utility for copying the tape datset to DASD datset |
Hi,
I want to use a utility(using REXX or CLIST) to copy the tape dataset to DASD dataset. The utility needs to be getting the record length and record format from the tape and automatically assig ... |
Topic: Submitting a job through CLIST |
Vishwakiran
Replies: 2
Views: 2194
|
Forum: TSO and ISPF Posted: Sat Dec 30, 2006 2:36 pm Subject: Submitting a job through CLIST |
I want to submit a job through CLIST directly from a PDS member.
Is it possible to give the PDS name in the CLIST and submit a job. |
Topic: Uploading MS excel file to mainframe |
Vishwakiran
Replies: 4
Views: 5266
|
Forum: TSO and ISPF Posted: Thu Jul 06, 2006 8:24 am Subject: Uploading MS excel file to mainframe |
| Thanks Kolusu for the guidance. |
Topic: REXX code for putting displays |
Vishwakiran
Replies: 3
Views: 5944
|
Forum: TSO and ISPF Posted: Thu Jul 06, 2006 8:23 am Subject: REXX code for putting displays |
Friends,
My requirement is like this.
I want to display the procedure names in all procedures of a cobol program so that it would be easy to track the flow.
I want to do this by a REXX prog ... |
Topic: What is CSV file? |
Vishwakiran
Replies: 11
Views: 9575
|
Forum: Application Programming Posted: Tue Jul 04, 2006 12:57 pm Subject: What is CSV file? |
CSV file is a comma separated file. Each field is separated by comma. This format is useful for processing the variable length fields.
In MS excel you have the option to save the file as CSV file.h |
Topic: UNSTRING problem |
Vishwakiran
Replies: 1
Views: 1436
|
Forum: Application Programming Posted: Tue Jul 04, 2006 7:21 am Subject: UNSTRING problem |
Friends,
I am using UNSTRING to split a CSV file.
WS-USER-REC : 111116862,01,101010101010
UNSTRING WS-USER-REC DELIMITED BY WS-COMMA
INTO
WS-CONTRACT-ID ( X( ... |
Topic: Uploading MS excel file to mainframe |
Vishwakiran
Replies: 4
Views: 5266
|
Forum: TSO and ISPF Posted: Fri Jun 30, 2006 6:57 am Subject: Uploading MS excel file to mainframe |
Friends,
I have to upload the excel sheet containing several fixed length fields to mainframe dataset.
Please suggest whether I can load the excel sheet directly to mainframe. Will it be consi ... |
Topic: Sort the detail records only |
Vishwakiran
Replies: 2
Views: 2384
|
Forum: Utilities Posted: Sat Nov 06, 2004 5:23 am Subject: Sort the detail records only |
Hi friends,
I have a file which contains the records in the following way
1 header record as the first record
Multiple detail records after the header record
1 trailer record as the last r ... |
| |