Search found 44 matches

by diwz
Wed May 08, 2013 2:13 pm
Forum: JCL
Topic: Flashcopy - need some clarifications
Replies: 3
Views: 5006

Below is the JCL //STEP02A EXEC PGM=ADRDSSU //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //SYSIN DD * COPY DS(INCLUDE(AXXXX.OYUI.DB2.MASTER.T1)) - CANCELERROR OPTIMIZE(1) WAIT(2,2) TOL(ENQF) - RENAMEU((AXXXX.OYUI.DB2.MASTER.T1,AXXXX.BACK.UP.DB2.FUNDXX&#...
by diwz
Tue May 07, 2013 1:36 pm
Forum: JCL
Topic: UNIT=SILO
Replies: 7
Views: 8619

Okay. I will check with the site resources. Thanks DikDude.
by diwz
Tue May 07, 2013 11:16 am
Forum: JCL
Topic: Flashcopy - need some clarifications
Replies: 3
Views: 5006

Flashcopy - need some clarifications

I am using flashcopy to backup datasets. I am using the following control card COPY DS(INCLUDE(Axxxx.OYUI.DB2.MASTER.T1)) - CANCELERROR OPTIMIZE(1) WAIT(2,2) TOL(ENQF) - RENAMEU((Axxxx.OYUI.DB2.MASTER.T1,AXXXX.BACK.UP.DB2.FUNDXX)) - FASTREPLICA...
by diwz
Fri Apr 26, 2013 11:01 am
Forum: JCL
Topic: UNIT=SILO
Replies: 7
Views: 8619

Below is the JCL that used //STEP01 EXEC PGM=IEFBR14 //SYSPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //ABNLTERM DD SYSOUT=* //NEWDD DD DSN=Z332107.UNIT.SILO.TEST4, // DISP=(NEW,CATLG), // UNIT=SILO, // DCB=(LRECL=80,RECFM=F,BLKSIZE=0,DSORG=PS), // SPACE=(CYL,(1,1),RLSE)...
by diwz
Fri Apr 26, 2013 10:45 am
Forum: JCL
Topic: UNIT=SILO
Replies: 7
Views: 8619

Site support is saying that it has been used for storage reduction. I tried allocating a dataset using IEFBR14 with UNIT=SILO. Job went fine. I could not find the datase in =3.4 options. Its saying that no dataset names are found. But, dataset with same name and with UNIT=SYSDA is cataloged using IE...
by diwz
Thu Apr 25, 2013 5:15 pm
Forum: JCL
Topic: UNIT=SILO
Replies: 7
Views: 8619

UNIT=SILO

As part of best practice & optimization, my site support has asked me to place files that are larger than 1000 CYLs in SILO. When I asked them how to use it. He informed me to use UNIT=SILO. I am not sure on what specific condition it has to be used. I searched manuals and also in google to get info...
by diwz
Thu Mar 07, 2013 4:05 pm
Forum: COBOL
Topic: COBOL compiler error IGYDS1267
Replies: 6
Views: 8458

It is working without any issue now. I have removed EXTERNAL and using LOCAL-WORKING SECTION now.

Thanks Williams for guiding on this issue.
by diwz
Thu Mar 07, 2013 1:59 pm
Forum: COBOL
Topic: COBOL compiler error IGYDS1267
Replies: 6
Views: 8458

I am going to try with LOCAL-STORAGE SECTION. Why don't you prefer EXTERNAL. As it can be used by other programs at run time?.
by diwz
Thu Mar 07, 2013 1:10 pm
Forum: COBOL
Topic: COBOL compiler error IGYDS1267
Replies: 6
Views: 8458

There is a business requirement for the existing program to increase the OCCURS XXXX TIMES clause for accomodating, processing one more table data. That is why it needs more than 128 MB(reasoned it when I got this error). Since it is an existing program which is running live without issue for no of ...
by diwz
Thu Mar 07, 2013 11:27 am
Forum: COBOL
Topic: COBOL compiler error IGYDS1267
Replies: 6
Views: 8458

COBOL compiler error IGYDS1267

I am compiling a COBOL program and got an error while trying to increase the OCCURS clause in WORKING STORAGE SECTION. "IGYDS1267-S The size of the "WORKING-STORAGE SECTION" exceeded the compiler limit of 128 megabytes of memory. Execution results are unpredictable. " I checked the IBM technote(trou...
by diwz
Mon Mar 04, 2013 10:54 pm
Forum: COBOL
Topic: Numeric check for Alphanumeric variable
Replies: 2
Views: 5021

Take every X and check for IS NUMERIC using IF condition
by diwz
Sat Mar 02, 2013 10:27 pm
Forum: JCL
Topic: Creating a dataset
Replies: 41
Views: 43084

[quote="Anuj Dhawan"] Check here: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2D410/3.9.5.1.2?SHELF=&DT=20020122112221 And if you're more interested about GDGs, spend some time here: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2D410/3.9?DT=20020122112221 [/quote] ...
by diwz
Sat Mar 02, 2013 10:08 pm
Forum: JCL
Topic: Creating a dataset
Replies: 41
Views: 43084

Yes Anuj. Next if there is any questions I will start a new thread.
by diwz
Sat Mar 02, 2013 11:23 am
Forum: JCL
Topic: SYSTEM COMPLETION CODE=0C4
Replies: 16
Views: 25751

First check, did you missed some of load modules of your subroutines or sub programs that supposed to be used by your main program. Check if there is any arrays that you are using and verify if there is any loop which is executing more than the occurs times. Mostly application programs may have this...
by diwz
Sat Mar 02, 2013 10:54 am
Forum: JCL
Topic: To get Volume Serial Number for Uncatalog Dataset
Replies: 12
Views: 18047

Did you find any other way to do it? Let us know as well.