MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 41 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Format Control Language
pvrajs

Replies: 2
Views: 2219

PostForum: Application Programming   Posted: Thu Oct 08, 2009 3:57 am   Subject: Format Control Language
Thanks Kolusu.
  Topic: Format Control Language
pvrajs

Replies: 2
Views: 2219

PostForum: Application Programming   Posted: Wed Oct 07, 2009 10:16 am   Subject: Format Control Language
Hi,

We have a few Mainframe components developed in "Format Control Language". However, we do not have any documentation available for understanding the piece of code. Could you please he ...
  Topic: DB2 9 Fundamentals certification 730
pvrajs

Replies: 0
Views: 1205

PostForum: Database   Posted: Mon Nov 19, 2007 6:07 pm   Subject: DB2 9 Fundamentals certification 730
Hi,

One of my friend is looking to prepare for DB2 9 Fundamentals certification 730 and is looking for some sample / model questions. Would be great if some one can please provide the pointers.

...
  Topic: To Recall multiple dataset from migration
pvrajs

Replies: 13
Views: 28499

PostForum: TSO and ISPF   Posted: Thu Apr 26, 2007 3:33 pm   Subject: To Recall multiple dataset from migration
Thats great Kolusu. You have all answers for my problem.

Apologize for bothering you ... As I understand some of the datasets are migrated to tape while some onto the disk. Please correct me if I ...
  Topic: To Recall multiple dataset from migration
pvrajs

Replies: 13
Views: 28499

PostForum: TSO and ISPF   Posted: Tue Apr 24, 2007 3:26 pm   Subject: To Recall multiple dataset from migration
Thanks Kosulu. It worked. But, the job has sent a recall request to the datasets of the specified pattern and completed with a return code of ZERO. When I tried viewing them using 3.4 many of them are ...
  Topic: To Recall multiple dataset from migration
pvrajs

Replies: 13
Views: 28499

PostForum: TSO and ISPF   Posted: Tue Apr 24, 2007 3:03 pm   Subject: To Recall multiple dataset from migration
Hi kolusu,

Thanks for the imm. reply.

I am not getting any errors. Surprisingly I am not getting SYSTSPRT. I checked the spool and I am not getting any translation of the widlcard. I also checke ...
  Topic: To Recall multiple dataset from migration
pvrajs

Replies: 13
Views: 28499

PostForum: TSO and ISPF   Posted: Tue Apr 24, 2007 2:35 pm   Subject: To Recall multiple dataset from migration
Hi,

How can i recall multiple PS of a specific pattern, just by specifying the HLQ, using IEFBR14. I tried executing the below mentioned code, but the migrated datasets are not being recalled -
...
  Topic: Replace DB2 LOAD in Batch
pvrajs

Replies: 16
Views: 9307

PostForum: Database   Posted: Tue Jan 09, 2007 12:55 pm   Subject: Replace DB2 LOAD in Batch
Thanks Kolusu
  Topic: Replace DB2 LOAD in Batch
pvrajs

Replies: 16
Views: 9307

PostForum: Database   Posted: Mon Jan 08, 2007 2:23 pm   Subject: Replace DB2 LOAD in Batch
What values could it be then?

Thanks,
Vijay
  Topic: Replace DB2 LOAD in Batch
pvrajs

Replies: 16
Views: 9307

PostForum: Database   Posted: Fri Jan 05, 2007 3:24 pm   Subject: Replace DB2 LOAD in Batch
Please find the values below -

00CF
003C
0000
0000
0000
0000

I am thinking to use the code you have suggested in threads of your first reply to create the SQLCARDS
  Topic: Replace DB2 LOAD in Batch
pvrajs

Replies: 16
Views: 9307

PostForum: Database   Posted: Fri Jan 05, 2007 3:17 pm   Subject: Replace DB2 LOAD in Batch
Cond from the prev thread ..

Please find the table definition below

CREATE TABLE <table_name>
(C1 CHAR ( 0001 ) NOT NULL ...
  Topic: Replace DB2 LOAD in Batch
pvrajs

Replies: 16
Views: 9307

PostForum: Database   Posted: Fri Jan 05, 2007 3:00 pm   Subject: Replace DB2 LOAD in Batch
Yes, I am sure. Please find the details below -

DCLGEN

EXEC SQL DECLARE <table_name> TABLE
( C1 CHAR(1) NOT NULL,
...
  Topic: Replace DB2 LOAD in Batch
pvrajs

Replies: 16
Views: 9307

PostForum: Database   Posted: Fri Jan 05, 2007 11:00 am   Subject: Replace DB2 LOAD in Batch
Thanks for the clarifications Kolusu.

Hopefully a last query. I have some COMP-3 data in one of the datasets that is being loaded to the database into smallint type of column. As per my knowledge, ...
  Topic: need to know the columns on which index is created for table
pvrajs

Replies: 1
Views: 1475

PostForum: Database   Posted: Thu Jan 04, 2007 12:20 pm   Subject: need to know the columns on which index is created for table
The information could be obtained from SYSIBM.SYSKEYS. You need to provide the index name in your where clause.

SELECT * FROM SYSIBM.SYSKEYS WHERE IXNAME LIKE 'X1%' in your case.

Thanks,
Vijay
  Topic: Replace DB2 LOAD in Batch
pvrajs

Replies: 16
Views: 9307

PostForum: Database   Posted: Thu Jan 04, 2007 9:56 am   Subject: Replace DB2 LOAD in Batch
Thanks kolusu.

Can you please address my questions 'b' and 'c' in my earlier thread on locking and consistency?

Thanks,
Vijay
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group