Search found 16 matches

by banupriyab
Thu Nov 07, 2013 4:20 pm
Forum: TSO, CLIST & REXX
Topic: Copy & Paste problem IN REXX PANEL
Replies: 1
Views: 3200

Copy & Paste problem IN REXX PANEL

[code] Hi, I am trying to Copy & paste values from first line to secondline in my REXX panel. When I do so, the copied data shifts by three bytes because of values "+ %" before input variable "Z" in the panel body. Please let me how to avoid shifting. REXX PANEL CODE: /* Attributes: */ % TYPE(INPUT)...
by banupriyab
Wed Jun 19, 2013 4:26 pm
Forum: TSO, CLIST & REXX
Topic: How to cpature PDF message - ISRM018
Replies: 2
Views: 4328

I tried Nic. But i am getting nowhere. Can you pls help.
by banupriyab
Tue Jun 18, 2013 3:16 pm
Forum: TSO, CLIST & REXX
Topic: How to cpature PDF message - ISRM018
Replies: 2
Views: 4328

How to cpature PDF message - ISRM018

Hi, I have a REXX code that lists all members in a PDS starting with "ABC" in view mode. ISPEXEC "VIEW DATAID("DATID") MEMBER("MEMBR")" where MEMBR = 'ABC*' - "* wild char specified" But if there are No matches, ISPEXEC issues message and comes out of the code. I need to continue further processing ...
by banupriyab
Fri Jul 27, 2012 11:22 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Cobol Db2 Batch Pgm - performance improvement
Replies: 3
Views: 5926

Cobol Db2 Batch Pgm - performance improvement

yes, the volume data to process is huge.
approx. 50,912,364 records from file 2(contains duplicates) is checked with ref. file1 (555,438 record).
This process runs for aroun 30 mins in production.

Do you have any suggestion to make the job perform better?
by banupriyab
Wed Jul 25, 2012 10:17 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Cobol Db2 Batch Pgm - performance improvement
Replies: 3
Views: 5926

Cobol Db2 Batch Pgm - performance improvement

Hi, I am currently working on a cobol db2 program that works with 2 bulk record files and does the following. -matches key of both files -deletes the matched key data from table -table contains trigger to add deleted data in history table -delete query has index match -files are sorted before proces...
by banupriyab
Tue May 15, 2012 12:36 pm
Forum: JCL
Topic: Datecard in JCL
Replies: 0
Views: 2930

Datecard in JCL

Hi, I came across this code in JCL. //JOBXXXP EXEC PROCXXXP, // OCYCLE=DXYYDDD1, CURRENT CALENDAR DATE !AAA //ICYC05=DXYYDDD1 CURRENT CALENDAR DATE !AAA //* //STEP05R.DATECARD DD * YYYYDDD !AAY Can anybody pls explain how date value is passed to step05R and what is !AAA and !AAY?
by banupriyab
Wed Sep 15, 2010 10:38 am
Forum: JCL
Topic: Abend U0020 during checkpoint restart in JCL - step UCC11RMS
Replies: 3
Views: 14534

Abend U0020 during checkpoint restart in JCL - step UCC11RMS

Hi, Scenario: A job is executed that creates a GSAM GDG version xxxxxx.output(+1), but it gets Abend while reading, say, 5th record of input GSAM file(PS file). When restarting the job again from the Abended step, UCC11RMS fails to recognise the output GDG version created.(i.e) the latest version of...
by banupriyab
Fri Apr 09, 2010 8:08 pm
Forum: VSAM - File system
Topic: Copy VSAM to VSAM using SORT
Replies: 2
Views: 7479

Copy VSAM to VSAM using SORT

Hi,

I want to copy an existing VSAM to a new VSAM file using SORT utility.
Condition is I should not use IDCAMS for defining the new VSAM file before SORT is used to copy. Is there a way?

Pls help.


Thanks,
BanuPriya B
by banupriyab
Tue Oct 13, 2009 1:35 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Eliminate duplicate records in file
Replies: 8
Views: 23137

Thank u!! :D

The ICETOOL code worked!!
But dont we have any other means with normal SORT/SYNCSORT, because none of the jobs in our system uses ICETOOL.
by banupriyab
Tue Oct 06, 2009 10:55 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Eliminate duplicate records in file
Replies: 8
Views: 23137

Eliminate duplicate records in file

Hi, I have eliminated duplicate records in a file using SUM FIELDS=NONE in SORT. //SYSIN DD * SORT FIELDS=(1,23,CH,A) SUM FIELDS=NONE But, I DONT want the records to get aligned in ascending order and then get duplicates eliminated. Is there any other way to remove dups without getting sorted in asc...
by banupriyab
Tue Aug 18, 2009 12:40 pm
Forum: CICS
Topic: What are types DGIPLN and DGIGRP In ENDEVOR?
Replies: 1
Views: 3970

What are types DGIPLN and DGIGRP In ENDEVOR?

Hi,
I came across the element types DGIPLN and DGIGRP in ENDEVOR?
How are they related to BMSMAPs?
by banupriyab
Fri Apr 24, 2009 2:52 pm
Forum: TSO, CLIST & REXX
Topic: Command to find a member in a list of PDS
Replies: 6
Views: 11492

Thanks Anuj. THat command worked out.
by banupriyab
Fri Apr 24, 2009 11:50 am
Forum: TSO, CLIST & REXX
Topic: Command to find a member in a list of PDS
Replies: 6
Views: 11492

Command to find a member in a list of PDS

Hi, Is there a command to find a PDS member among a list of PDS names displayed? i.e: - First I enter the DSlist option to display all PDS like "MFID0000.WORLDS.*" - Say, some fifty PDS are listed now. - now is there a command i can use on the command line to check which PDS has the member "MEMBER01...
by banupriyab
Mon Apr 20, 2009 3:37 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Split a record to three parts with sort
Replies: 4
Views: 7060

Hi Frank,
That really worked out. I had to change the output file paramenter and the file was split as expected.

Thanks lot. :)
by banupriyab
Mon Apr 20, 2009 12:21 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Split a record to three parts with sort
Replies: 4
Views: 7060

Hi, I get Abend U0016 when I execute the below code as suggested. Input and Output RECFM=FB. //STEP020 EXEC PGM=SORT //SORTIN DD DSN=...Input file,DISP=SHR <-- LRECL=600 //SORTOUT DD DSN=...Output file, <--LRECL=450 // DISP=(NEW,CATLG,DELETE),UNIT=TEMPDA, // DCB=(LRECL=450,RECFM=FB,BLKSI...