Author |
Message |
Topic: When is path of AIX populated? |
niks_jude
Replies: 7
Views: 5965
|
Forum: Data Management Posted: Mon Mar 03, 2008 2:32 am Subject: When is path of AIX populated? |
BLDINDEX would populate alternate index but I could not get any manual saying that it would also populate the path? |
Topic: When is path of AIX populated? |
niks_jude
Replies: 7
Views: 5965
|
Forum: Data Management Posted: Mon Mar 03, 2008 12:01 am Subject: When is path of AIX populated? |
So if UPGRADE is not on then how it would get populated? |
Topic: When is path of AIX populated? |
niks_jude
Replies: 7
Views: 5965
|
Forum: Data Management Posted: Wed Feb 27, 2008 12:47 am Subject: When is path of AIX populated? |
Thanks for your response. But in one of the path datasets I saw records in order of AIX. I needed to know when are these records populated - as part of automatic upgrade? |
Topic: When is path of AIX populated? |
niks_jude
Replies: 7
Views: 5965
|
Forum: Data Management Posted: Tue Feb 26, 2008 8:19 am Subject: When is path of AIX populated? |
Hi,
When is the PATH related to Alternate Index populated with records. I believe the BLDINDEX does not do it as path is sometimes built after BLDINDEX has been run. Please let me know. |
Topic: DD Overrides in nested PROCs |
niks_jude
Replies: 7
Views: 14081
|
Forum: Job Control Language(JCL) Posted: Sun Feb 17, 2008 6:12 am Subject: DD Overrides in nested PROCs |
I saw this topic while seeing some older posts. I could not keep myself of bringing this discussion as this can be misleading to new developers reading some older posts, while doing a search maybe.
... |
Topic: U4093 |
niks_jude
Replies: 2
Views: 8242
|
Forum: Problem Determination Posted: Fri Mar 16, 2007 9:11 am Subject: U4093 |
Try giving region pareameter region=0M or region=0K.I hope it helps. |
Topic: Few Questions in COBOL |
niks_jude
Replies: 4
Views: 4976
|
Forum: Application Programming Posted: Mon Dec 04, 2006 5:08 am Subject: Few Questions in COBOL |
The palindroome check would work only when the string completely occupies the variable field.
Eg.Won't work for this.
01 str pic x(10) value "rar ".
rev-str = " rar&qu ... |
Topic: Format change program in cobol required |
niks_jude
Replies: 1
Views: 1598
|
Forum: Application Programming Posted: Tue Nov 28, 2006 1:21 am Subject: Format change program in cobol required |
I need to convet a table in the format 1 to format 2.
Format 1
DC CL2'00' PLAN CODE
DC CL1'A' RULE CODE
DC CL2'**' ... |
|