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 550 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: RESTORE MEMBER IN PANVALET
Bithead

Replies: 4
Views: 6193

PostForum: Job Control Language(JCL)   Posted: Tue Jan 09, 2007 11:33 am   Subject: RESTORE MEMBER IN PANVALET
Rajen,

This is the code that I use to perform the restore:

//RESTORE EXEC PGM=PAN#2,PARM='LINECNT=58'
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=* ...
  Topic: S806 error during run of a COBOL IMS Program
Bithead

Replies: 7
Views: 13200

PostForum: IMS   Posted: Mon Jan 08, 2007 2:43 pm   Subject: S806 error during run of a COBOL IMS Program
DFS2431I DBD1 dbdname1 REFERENCES DBD2 dbdname2 AS AN INDEX INVALIDLY

Explanation: A DBD was referenced in an LCHIL ...
  Topic: S806 error during run of a COBOL IMS Program
Bithead

Replies: 7
Views: 13200

PostForum: IMS   Posted: Mon Jan 08, 2007 1:20 pm   Subject: S806 error during run of a COBOL IMS Program
Can you post your JCL?
  Topic: Sending Email from mainframe
Bithead

Replies: 2
Views: 1802

PostForum: Other Technical Topics   Posted: Fri Dec 01, 2006 11:38 am   Subject: Sending Email from mainframe
Check that there is a valid MX record in the DNS table (located on the DNS server). This one got me when we changed the e-mail domain name.
  Topic: DL/I program with ABEND U0260
Bithead

Replies: 2
Views: 4661

PostForum: IMS   Posted: Thu Nov 30, 2006 10:15 am   Subject: DL/I program with ABEND U0260
The variable that contains the GN literal has proabaly been overlaid. Look for a table overflow or database record area that is defined as smaller than the actual segment size.
  Topic: BMP and DL/I programs
Bithead

Replies: 3
Views: 2081

PostForum: IMS   Posted: Wed Nov 29, 2006 4:22 pm   Subject: BMP and DL/I programs
There are certain calls that can only be issued in a BMP such as calls to the message queue but a DL/I program can be executed as BMP if it is defined in the
SYSGEN.
  Topic: IMS DB Sparse index
Bithead

Replies: 1
Views: 1642

PostForum: IMS   Posted: Wed Nov 22, 2006 9:55 am   Subject: IMS DB Sparse index
The IMS System Administrators Guide - Database Manager has a good explanation of sparse indexing.
  Topic: Program to be used while accessing DB2 and Ims DB
Bithead

Replies: 3
Views: 2665

PostForum: IMS   Posted: Wed Nov 08, 2006 10:50 am   Subject: Program to be used while accessing DB2 and Ims DB
If you are running the program in DL/I mode, you need to code DSNMTV01 as the MBR name, but keep the PSB name as is. You will also need to code a DDITV02 card in the JCL to indicate the DB2 subsystem ...
  Topic: max number of users that can access an IMS DC application
Bithead

Replies: 1
Views: 1985

PostForum: IMS   Posted: Wed Nov 08, 2006 10:45 am   Subject: max number of users that can access an IMS DC application
IMS Transacations run serially in a region. Typically, the application will run once for the first user and again for the second user. There is a limit to the number of regions that an application can ...
  Topic: sysgen
Bithead

Replies: 1
Views: 1317

PostForum: IMS   Posted: Thu Oct 26, 2006 10:50 am   Subject: sysgen
A "SYSGEN" is a system generation - this is the way the different components of IMS are built or defined to the system, depending on the type of gen. Check the IMS link on the home page of t ...
  Topic: how to cancel a job!
Bithead

Replies: 15
Views: 19900

PostForum: Job Control Language(JCL)   Posted: Mon Oct 23, 2006 1:29 pm   Subject: how to cancel a job!
I believe that you need to use the hex. value of the ASID.
  Topic: how to cancel a job!
Bithead

Replies: 15
Views: 19900

PostForum: Job Control Language(JCL)   Posted: Fri Oct 20, 2006 10:57 am   Subject: how to cancel a job!
OK. then you wouldn't need to cancel it through the IMS control region. Could you canel it by ASID?
  Topic: how to cancel a job!
Bithead

Replies: 15
Views: 19900

PostForum: Job Control Language(JCL)   Posted: Fri Oct 20, 2006 10:27 am   Subject: how to cancel a job!
Is your job running as a BMP?
  Topic: What is CSV file?
Bithead

Replies: 11
Views: 8245

PostForum: Application Programming   Posted: Wed Oct 18, 2006 7:56 am   Subject: What is CSV file?
Select the properties for the column, then select custom from the number tab and enter a type of 000000000.
  Topic: What’s involved to convert from SYSNCSORT to DFSORT?
Bithead

Replies: 5
Views: 2452

PostForum: Utilities   Posted: Tue Sep 26, 2006 10:37 am   Subject: What’s involved to convert from SYSNCSORT to DFSORT?
If you are using FOCUS and will be processing large input files with any kind or sort, then you should investigate the DFSPARM DD statement and the FILESZ=Ennnn parameter to allow the sort space to be ...
 
Page 1 of 37 Goto page 1, 2, 3 ... 35, 36, 37  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group