Author |
Message |
Topic: Where I am doing wrong on this SORT card ? |
tempuser
Replies: 2
Views: 1488
|
Forum: Utilities Posted: Wed May 21, 2008 9:57 am Subject: Where I am doing wrong on this SORT card ? |
Thank you Frank!
Have a good day! |
Topic: Where I am doing wrong on this SORT card ? |
tempuser
Replies: 2
Views: 1488
|
Forum: Utilities Posted: Wed May 21, 2008 9:16 am Subject: Where I am doing wrong on this SORT card ? |
Hi.
I am having a PD filed of length 3.The content is like below.
014
13C
I need to convert this field with the below formula.
((PD Value (converted to ZD) - 1)/12) + 1200
I am tryin ... |
Topic: Where I am doing wrong on this SORT card ? |
tempuser
Replies: 0
Views: 936
|
Forum: Utilities Posted: Wed May 21, 2008 9:08 am Subject: Where I am doing wrong on this SORT card ? |
Hi.
I am having a PD filed of length 3.The content is like below.
014
13C
I need to convert this field with the below formula.
((PD Value (converted to ZD) - 1)/12) + 1200
I am tryin ... |
Topic: Where I am doing wrong on this SORT card ? |
tempuser
Replies: 0
Views: 938
|
Forum: Utilities Posted: Wed May 21, 2008 9:05 am Subject: Where I am doing wrong on this SORT card ? |
Hi.
I am having a PD filed of length 3.The content is like below.
014
13C
I need to convert this field with the below formula.
((PD Value (converted to ZD) - 1)/12) + 1200
I am tryin ... |
Topic: DIVIDE option in SORT |
tempuser
Replies: 5
Views: 4469
|
Forum: Utilities Posted: Fri Mar 14, 2008 1:31 pm Subject: DIVIDE option in SORT |
Hi,
I need to divide a number with 100 and put the value in the o/p file.
The input file is of FB with 80 in length.
Input:
ABCD 123456
CDEF 577891
output:
ABCD 1234.56
CDE ... |
Topic: How can we create summary report thru SYNCSORT |
tempuser
Replies: 1
Views: 1770
|
Forum: Utilities Posted: Wed Feb 13, 2008 2:46 pm Subject: How can we create summary report thru SYNCSORT |
Hi,
I am having 2 files of length 100 with FB format.The requirement is
1)Match the files,create a file with the matched records and the count at the end.
2)Match the files,create a file with ... |
Topic: How to validate the data for the amount field? |
tempuser
Replies: 5
Views: 3151
|
Forum: Application Programming Posted: Mon Oct 08, 2007 8:10 am Subject: How to validate the data for the amount field? |
Vivek,
Thanks for the reply.As I informed the file is being provided by some Non Technical people.So there is a need to do the validation of the amount field.The PIC value is for the valid amount fie ... |
Topic: How to validate the data for the amount field? |
tempuser
Replies: 5
Views: 3151
|
Forum: Application Programming Posted: Mon Oct 08, 2007 7:00 am Subject: How to validate the data for the amount field? |
Hi,
I am having a flat file with length 80.The amount position is defined as length 10.
The file is built by some non techie people and we need to upload this to our files.For this we need to do a ... |
Topic: Repeat the header depending on trailer. |
tempuser
Replies: 4
Views: 2444
|
Forum: Utilities Posted: Tue Sep 04, 2007 2:08 pm Subject: Repeat the header depending on trailer. |
Thank you Kolusu!It worked fine with a little bit modification.
Thanks
Tempuser |
Topic: Repeat the header depending on trailer. |
tempuser
Replies: 4
Views: 2444
|
Forum: Utilities Posted: Mon Sep 03, 2007 1:46 pm Subject: Repeat the header depending on trailer. |
Hi,
There is a file of 80 in length with FB.The file looks as
----+----1----+----2----+----3
*****************************
1
A B C D
... |
Topic: Suggestion needed for a COBOL with SORT capacity |
tempuser
Replies: 5
Views: 3123
|
Forum: Application Programming Posted: Sat Aug 25, 2007 2:21 pm Subject: Suggestion needed for a COBOL with SORT capacity |
Hi,
There is a job which is having 5 stpes.The first step with a program(say x) creates 2 files and then the next 2 stpes are SORT steps.the 4th and 5 th steps again creates 2 diffrent reports wit ... |
Topic: connect to horizantal from groups |
tempuser
Replies: 4
Views: 2803
|
Forum: Utilities Posted: Wed Aug 01, 2007 7:47 am Subject: connect to horizantal from groups |
Hi,
I am having a FB file with 133 as LRECL.The input of the file looks
XXXXXX1 --------- STRING(S) FOUND --------------
... |
Topic: IEBGENER error IEB351I I/O ERROR ,any clue ? |
tempuser
Replies: 3
Views: 5636
|
Forum: Utilities Posted: Tue Jul 17, 2007 10:14 am Subject: IEBGENER error IEB351I I/O ERROR ,any clue ? |
Hi,
I saw a job which is giving the IEB351I I/O ERROR while runnnig it.The JOB is
//PS020 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD S ... |
Topic: what does the return code 1856 stands for ? |
tempuser
Replies: 3
Views: 3156
|
Forum: Problem Determination Posted: Thu Apr 19, 2007 8:44 am Subject: what does the return code 1856 stands for ? |
Hai,
I am runnnig a COBOL program which is giving the MAX RETURN code as
1856 in the JCL and the STEP TERM COND CODE as 2336.
Can any body throw some info on this codes ?
Thanks |
Topic: how can I achive this using SORT ? |
tempuser
Replies: 7
Views: 4152
|
Forum: Utilities Posted: Sun Apr 01, 2007 1:23 pm Subject: how can I achive this using SORT ? |
Hi,
I am having an FB file with lrecl of 80.The i/p file looks like this.
EMP-NO ST ADR
1234567 1 aaaaaaa
1234567 2 aaabbbb
1234567 ... |
|