Author |
Message |
Topic: Need help to generate a 3 byte unique alphanumeric code |
eureka19
Replies: 1
Views: 1473
|
Forum: Application Programming Posted: Wed Mar 28, 2007 1:23 am Subject: Need help to generate a 3 byte unique alphanumeric code |
Hi All,
We have a requirement, where in, we have to generate a 3 byte unique alphanumeric code using COBOL, based on the last code.
Say last code was 001, the next code should be 002 and so on ti ... |
Topic: How to specify a dummy dataset in SORTIN parameter? |
eureka19
Replies: 1
Views: 1315
|
Forum: Utilities Posted: Mon Jan 30, 2006 5:28 am Subject: How to specify a dummy dataset in SORTIN parameter? |
Hi All,
I have built a Dynamic sort control card. I have put my needed things in SYSIN Parameter and the same is reflected in O/P File after job submission. Here i don't need SORTIN file at all. I ... |
Topic: Sort help needed in date formatting |
eureka19
Replies: 2
Views: 2052
|
Forum: Utilities Posted: Thu Jan 19, 2006 7:41 am Subject: Sort help needed in date formatting |
Hi,
I would like to append the current date in a file in the format YYYYMM.
DATENS=(4MD) gives the date in YYYYMMDD format.
YYYDDNS=(4D) gives the date in YYYYDDD format.
However, I am un ... |
Topic: How to split a file in to two halves |
eureka19
Replies: 6
Views: 3622
|
Forum: Utilities Posted: Thu Jan 12, 2006 12:17 am Subject: How to split a file in to two halves |
Thanks a lot for timely help.
It worked fine.
Regards,
Uday. |
Topic: How to split a file in to two halves |
eureka19
Replies: 6
Views: 3622
|
Forum: Utilities Posted: Wed Jan 11, 2006 1:18 am Subject: How to split a file in to two halves |
Sorry for not being clear.
Requirement : I have a transaction file. Number of records in the file keep changing daily. Assume file has 100 records.I need to copy first 50 in one file and the next 50 ... |
Topic: How to split a file in to two halves |
eureka19
Replies: 6
Views: 3622
|
Forum: Utilities Posted: Tue Jan 10, 2006 11:40 pm Subject: How to split a file in to two halves |
Hi All,
I am working on a request where we need to split the file into two halves.
How do we do it dyanmically?
Thanks in advance.
Regards,
uday. |
Topic: Need help on Process Keywords |
eureka19
Replies: 3
Views: 1965
|
Forum: Job Control Language(JCL) Posted: Tue Dec 13, 2005 1:55 am Subject: Need help on Process Keywords |
Hi All,
I have come across Keywords EXEC PGM=TRSMAIN, EXEC PGM=ADRDSSU. These are used to compress a large dataset.
Give me pointers where i can get info about these keywords.
Thanks in adva ... |
Topic: Help needed in ICETOOL SPLICE operator |
eureka19
Replies: 2
Views: 2415
|
Forum: Utilities Posted: Mon Nov 28, 2005 1:27 am Subject: Help needed in ICETOOL SPLICE operator |
Thanks Alain.
It worked fine.
Regards,
Eureka. |
Topic: SORT Help needed on TOTAL Key word in Reports |
eureka19
Replies: 3
Views: 2337
|
Forum: Utilities Posted: Mon Nov 28, 2005 12:04 am Subject: SORT Help needed on TOTAL Key word in Reports |
Thanks a Lot.
It worked fine.
Sorry for late reply.
Regards,
Eureka |
Topic: Help needed in ICETOOL SPLICE operator |
eureka19
Replies: 2
Views: 2415
|
Forum: Utilities Posted: Fri Nov 25, 2005 1:05 am Subject: Help needed in ICETOOL SPLICE operator |
Hi,
I have my input files as below:
//IN1 DD *
123 AAAAAA
234 BBBBBBBB
345 CC ... |
Topic: SORT Help needed on TOTAL Key word in Reports |
eureka19
Replies: 3
Views: 2337
|
Forum: Utilities Posted: Fri Nov 25, 2005 12:36 am Subject: SORT Help needed on TOTAL Key word in Reports |
Hi,
I am facing a issue in Summing up numeric value.
My Input file has numeric data from 34th position and lenght of 11,Decimal point is included in the input file.
When i try to sum up i am gett ... |
Topic: How to increase space for an Existing PDS |
eureka19
Replies: 1
Views: 1745
|
Forum: Job Control Language(JCL) Posted: Thu Oct 20, 2005 12:10 am Subject: How to increase space for an Existing PDS |
Hi,
Need help in Increasing the space for an PDS.
I have a PDS. Presently it has 25 members in it. I am not able to create a new member now
How can we achieve the same
TIA,
Uday |
Topic: Sort help needed in Processing VSAM Input file |
eureka19
Replies: 18
Views: 13130
|
Forum: Utilities Posted: Tue Oct 04, 2005 4:12 am Subject: Sort help needed in Processing VSAM Input file |
Phantom,
Is it possible to check the key value and then update some other field in the file using sort.
For Example,
123456789HOUSTONYDELIVERED
222222222NEWYORKYDELIVERED
Here first 9 byt ... |
Topic: Sort help needed in Processing VSAM Input file |
eureka19
Replies: 18
Views: 13130
|
Forum: Utilities Posted: Tue Oct 04, 2005 1:25 am Subject: Sort help needed in Processing VSAM Input file |
Thanks a lot Phantom....  |
Topic: Sort help needed in Processing VSAM Input file |
eureka19
Replies: 18
Views: 13130
|
Forum: Utilities Posted: Tue Oct 04, 2005 12:52 am Subject: Sort help needed in Processing VSAM Input file |
Frank,
Thanks a lot. It is working now.
Please find the modified code.
//CUST1 EXEC PGM=SORT,PARM=(VSAMIO,RESET)
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SORTIN DD DSN ... |
|