Search found 6 matches

by 20sam13
Thu Jul 25, 2013 9:30 pm
Forum: FILE-AID
Topic: XREF Creation
Replies: 6
Views: 23655

** Using an XREF in File-Aid

I created an XREF that contains a 400-byte "data area" with over 340 redefined layouts within the single copybook. Created the selection criteria Selected the corresponding 05 group level data name that redefines the 400-byte "data area" (starting in col 100) Saved everything, no errors I try to bro...
by 20sam13
Thu Feb 14, 2013 12:25 am
Forum: JCL
Topic: Executing a Proclib within a Proclib with over rides
Replies: 6
Views: 8238

over ride ddcards for a proc called by a proc

I do apologize. JCL(job1) executes a PROCLIB(proc1) which executes/calls a sort PROCLIB(sort). JCL (job1) //step0010 exec proc1 PROCLIB (proc1) //proc1 proc : : //stpr0080 exec sort PROCLIB (sort) //sortgwc proc : : I am wanting to figure out how I can override 1 or more of the ddcards in the PROCLI...
by 20sam13
Wed Feb 13, 2013 10:14 pm
Forum: JCL
Topic: Executing a Proclib within a Proclib with over rides
Replies: 6
Views: 8238

over ride ddcards for a proc called by a proc

JCL step that executes the 1st proclib: //STEP0020 EXEC proc1, // SYS1=xxxx, // SYS2=x, // DATAIN=input1, // XREF=xxx, // INRECL=2000, // DB2SYS=xxxx, // SFX=D021313.T160800 //* //STPR0060.TOOLIN DD DSN=TEST.SYSIN(toolin1),DISP=SHR I apologize, I should have shown the original first-level pr...
by 20sam13
Wed Feb 13, 2013 9:15 pm
Forum: JCL
Topic: Executing a Proclib within a Proclib with over rides
Replies: 6
Views: 8238

Over ride dd cards in a proc executed by a proc....

Can you show the SORT PROC, please, in the Code tags to preserve spacing/improve readability. //SORTGWC PROC OUTC='*', SYSOUT CLASS // PRIM1='1', SORTWK01 PRIMARY CYLINDERS // SEC1='1', SORTWK01 SECONDARY CYLINDERS // PRIM2='1', SORTWK02 & 03 PRIMARY CYLINDERS // SEC2='1', SORTWK02 & 03 SECONDARY C...
by 20sam13
Wed Feb 13, 2013 7:20 pm
Forum: TSO, CLIST & REXX
Topic: Rexx/Clist to auto-build IEFBR14 for JCL
Replies: 3
Views: 7617

Rexx/Clist to auto-build IEFBR14 for JCL

I am looking for a Clist/Rexx exec that will auto build an IEFBR14 (Step00) at the top of my JCL or Proclib member. Idea is to scan the member in edit mode, find all of the DSN= dd cards that have a disp that would create a file from the JCL/Proclib and create the various IEFBR14 dd cards to delete ...
by 20sam13
Wed Feb 13, 2013 7:04 pm
Forum: JCL
Topic: Executing a Proclib within a Proclib with over rides
Replies: 6
Views: 8238

Executing a Proclib within a Proclib with over rides

Hello eveyone... This is the first shop I have ever worked in that has a main proclib member that executes another proclib member to perform a sort. What I am trying to figure out is how to do this, but code in the JCL an override for any of the DDcards in the sort proclib member. I am aware that fr...