| Author |
Message |
Topic: FILEAID invocation using CLIST. |
kanitha-mvs
Replies: 2
Views: 2407
|
Forum: Utilities Posted: Wed Jun 23, 2010 7:57 am Subject: FILEAID invocation using CLIST. |
Hi,
I got the variable mapping. For my site's install setup, It was there in the file SYSU.FILEAID.L1.OBJECT(FSDEFVAR).
The panel variable for layout dataset is DMPMAP. |
Topic: FILEAID invocation using CLIST. |
kanitha-mvs
Replies: 2
Views: 2407
|
Forum: Utilities Posted: Mon Jun 21, 2010 7:39 am Subject: FILEAID invocation using CLIST. |
Hi,
Am invoking the Fileaid panel using the clist command %F1. I have customized this clist to get the values for the following.
1. "Dataset name to be browsed"
2. "Record layout ... |
Topic: Use SPLICE to copy records side by side |
kanitha-mvs
Replies: 7
Views: 3468
|
Forum: Utilities Posted: Thu Jun 17, 2010 7:25 am Subject: Use SPLICE to copy records side by side |
Hi Kolusu,
PDF in this path is not accessible. Could you please just paste the "Combine multiple records into one record" trick here?
Thanks. |
Topic: ICEMAN with nullout parameter using outfil |
kanitha-mvs
Replies: 2
Views: 3873
|
Forum: Job Control Language(JCL) Posted: Wed Jan 20, 2010 4:19 am Subject: ICEMAN with nullout parameter using outfil |
Hi,
I have a Jcl that separates a dataset into two. Iam using outfil to populate the two files. Now is it possible to check the empty condition of one file alone?
Eg:
//STEP002 EXEC PGM=ICEMAN
//S ... |
Topic: Next step execution even if previous step JCL errors |
kanitha-mvs
Replies: 19
Views: 14362
|
Forum: Job Control Language(JCL) Posted: Tue Dec 15, 2009 9:03 am Subject: Next step execution even if previous step JCL errors |
| COND=EVEN could be used to execute a step, even if a prior step abends. |
Topic: S0C7 while summing up duplicate records |
kanitha-mvs
Replies: 1
Views: 2644
|
Forum: Utilities Posted: Mon Jul 13, 2009 5:52 am Subject: S0C7 while summing up duplicate records |
Hi,
I have a sort field like this.
SORT FIELDS=(1,28,CH,A)
SUM FIELDS=(39,8,ZD)
Whenever there are duplicates in the input file in position 1-28, this sort ends in S0C7. Why is this happeni ... |
Topic: How DD name is mapped to File-control in cobol |
kanitha-mvs
Replies: 6
Views: 10807
|
Forum: Application Programming Posted: Thu Jul 09, 2009 4:14 am Subject: How DD name is mapped to File-control in cobol |
Hi,
In most of the jobs, JCL is having a DD name and the cobol program has some prefix added to the DD present in JCL. How is this mapping done?
Eg: In jcl its like "XXX DD DSN=A1.EX.D ... |
Topic: To extract count of duplicate records |
kanitha-mvs
Replies: 6
Views: 6689
|
Forum: Utilities Posted: Fri Jun 12, 2009 7:42 am Subject: To extract count of duplicate records |
| Thanks a lot kolusu & mickeygoo. it works.... |
Topic: To extract count of duplicate records |
kanitha-mvs
Replies: 6
Views: 6689
|
Forum: Utilities Posted: Wed Jun 10, 2009 1:49 am Subject: To extract count of duplicate records |
Hi,
I have a input file with the following data.
LRECL = 16(1-7 some data, 8 -filler, 9-16 - date)
AAAAAA 06/04/2009
AAAAAA 06/04/2009
BBBBBB 06/04/2009
BBBBBB 06/05/2009
BBBBBB 06/06/2009
... |
Topic: To identify duplicate records in a file |
kanitha-mvs
Replies: 4
Views: 12928
|
Forum: Utilities Posted: Thu Jun 04, 2009 7:47 am Subject: To identify duplicate records in a file |
Hi,
I have a file of 80 LRECL.
IN1 - key field 1 to 15
Now i want to know the duplicate records in key field 1 to 15.
Using "Sort with SUM FIELDS=NONE", am able to remove the duplicate ... |
Topic: Query regarding PROC name |
kanitha-mvs
Replies: 4
Views: 3361
|
Forum: Job Control Language(JCL) Posted: Thu May 21, 2009 1:14 am Subject: Query regarding PROC name |
Hi,
I have a jcl that executes a proc present in a pds library.
the format of proc execution in my jcl is
//jcllib order dsn=(qual.proclib.pds)
//step01 exec proc1
The proc is defined in &qu ... |
Topic: dynamic sort card generation |
kanitha-mvs
Replies: 13
Views: 17457
|
Forum: Utilities Posted: Thu Feb 05, 2009 8:02 am Subject: dynamic sort card generation |
Hi Kolusu,
This job would be scheduled in OPCE in one hour interval. So it would run exactly at 00.00 and 01.00. In 00.00 run, I would need to check the records with value in time column between 1 ... |
Topic: To get current plan from OPCE |
kanitha-mvs
Replies: 1
Views: 1505
|
Forum: Job Control Language(JCL) Posted: Tue Feb 03, 2009 5:12 am Subject: To get current plan from OPCE |
Hi,
Is there any option to get the current plan from OPCE? Details such as, job name, run time for current day plan should be copied to a sequential dataset. Can this be done? Please help.
Thank ... |
Topic: dynamic sort card generation |
kanitha-mvs
Replies: 13
Views: 17457
|
Forum: Utilities Posted: Tue Feb 03, 2009 4:29 am Subject: dynamic sort card generation |
Thanks all of you for your time & help in this..
Thanks a lot kolusu. It works.
Also, is there any S constant available for time?
My requirement is to filter records having "current ... |
Topic: dynamic sort card generation |
kanitha-mvs
Replies: 13
Views: 17457
|
Forum: Utilities Posted: Mon Feb 02, 2009 6:49 am Subject: dynamic sort card generation |
Hi,
I want to construct the sort card to extract records in current date.
INCLUDE COND=(65,10,CH,EQ,C'02/02/2009')
Here the date needs to be changed based on current date.
Is it possible to do i ... |
| |