Author |
Message |
Topic: Main program calling suprogram having DB2 tables |
modak
Replies: 2
Views: 1753
|
Forum: Database Posted: Mon May 21, 2007 5:27 am Subject: Main program calling suprogram having DB2 tables |
My program doesnt have any DB2 code but it calls a program that needs DB2 tables. Do i need to use IKJEFT01 to call my main program and passing the name of the plan that subprogram OR simply passing ... |
Topic: CISZ size calculation |
modak
Replies: 1
Views: 3287
|
Forum: Data Management Posted: Tue Nov 02, 2004 12:39 am Subject: CISZ size calculation |
You calculation is correct. you need not worry about reorganization of VSAM. This is taken care by CI/CA split. 267 byte is a waste . Only thing that you can do is organize your CI such that this unus ... |
Topic: I want to list down some PDS's which matches fnode.snode.*.c |
modak
Replies: 5
Views: 2947
|
Forum: TSO and ISPF Posted: Tue May 11, 2004 2:53 am Subject: I want to list down some PDS's which matches fnode.snode.*.c |
Kolusu,
You have suggetsed an interactive tool to list the datasets.
I am planning to do internally. Actually I want to seacrh list of datasets based on some pattern after that I wiil write these da ... |
Topic: I want to list down some PDS's which matches fnode.snode.*.c |
modak
Replies: 5
Views: 2947
|
Forum: TSO and ISPF Posted: Mon May 10, 2004 2:00 am Subject: I want to list down some PDS's which matches fnode.snode.*.c |
Pls note I tried OUTTRAP with LISTDS but it doesn't support astrik '*' |
Topic: Creating a New Member via REXX |
modak
Replies: 17
Views: 24793
|
Forum: TSO and ISPF Posted: Sun May 09, 2004 11:05 pm Subject: Creating a New Member via REXX |
Thanks mato_man
I tried two options
/* REXX */
"ALLOC FI(NEWMEM) DA('CKT9386.EXEC1(DDNAMES)') OLD"
and
/* REXX */ ... |
Topic: Creating a New Member via REXX |
modak
Replies: 17
Views: 24793
|
Forum: TSO and ISPF Posted: Sat May 08, 2004 3:14 am Subject: Creating a New Member via REXX |
I tried keeping DSORG(PS) also |
Topic: Creating a New Member via REXX |
modak
Replies: 17
Views: 24793
|
Forum: TSO and ISPF Posted: Sat May 08, 2004 3:05 am Subject: Creating a New Member via REXX |
I am confused. Can anybody help me out...
when I am trying Phantom & Vikrams ay of creating a new member, my rexx codes ends up with RC=0 but NO new member is created...When I tried mboy way of do ... |
Topic: FTP Using REXX |
modak
Replies: 16
Views: 12201
|
Forum: TSO and ISPF Posted: Fri May 07, 2004 12:09 am Subject: FTP Using REXX |
Ravi,
What REXX/CLIST CODE shall I write for -
'check if a member in some PDS does exist else create it . |
Topic: Search utility query |
modak
Replies: 4
Views: 2959
|
Forum: Utilities Posted: Wed May 05, 2004 4:36 am Subject: Search utility query |
Thanx mok,
but this is not helpful in my scenario. I want DSN name with the search results indicating that the string was found in this DSN. |
Topic: Search utility query |
modak
Replies: 4
Views: 2959
|
Forum: Utilities Posted: Wed May 05, 2004 3:17 am Subject: Search utility query |
Also I want that SRCH DSN is listed in the order string is found. |
Topic: Search utility query |
modak
Replies: 4
Views: 2959
|
Forum: Utilities Posted: Wed May 05, 2004 3:08 am Subject: Search utility query |
I am searching one string in concatenated datasets using ISRSUPC. something like this
//UPROC JCLLIB ORDER=(MN.PROCLIB)
//SEARCH EXEC PGM=ISRSUPC,PARM=(SRCHCMP,ANYC')
//NEWDD dd dsn=shr,dirstno ... |
Topic: Current date and time in Dataset name |
modak
Replies: 46
Views: 69948
|
Forum: Job Control Language(JCL) Posted: Fri Apr 23, 2004 12:50 am Subject: Current date and time in Dataset name |
Kolusu,
What does EZACFSM1 do. is it a dummy utility like IEFBR14. |
Topic: Copy sequential file to PDS member |
modak
Replies: 6
Views: 10576
|
Forum: Job Control Language(JCL) Posted: Thu Apr 15, 2004 8:38 am Subject: Copy sequential file to PDS member |
Thanks kolusu . Its working...onlY thing i am not able to get is ..what is 80:x in OUTREC |
Topic: Copy sequential file to PDS member |
modak
Replies: 6
Views: 10576
|
Forum: Job Control Language(JCL) Posted: Fri Apr 09, 2004 12:50 am Subject: Copy sequential file to PDS member |
Dear Kolusu,
but it will truncate the records and only 80 chars will be copied in new member. What if we want that after copying 80 chars rest of the chars in 133 record should be listed in next line ... |
|