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 30 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Overriding Cond from JCL
shash_modi

Replies: 3
Views: 10737

PostForum: Job Control Language(JCL)   Posted: Mon May 23, 2011 12:45 pm   Subject: Overriding Cond from JCL
shash_modi,

Are you expecting that it would show in the JCL expansion? If so then you are mistaken as to how the symbolics work vs overrides.

The cond code will be taken into consideration du ...
  Topic: Overriding Cond from JCL
shash_modi

Replies: 3
Views: 10737

PostForum: Job Control Language(JCL)   Posted: Mon May 23, 2011 7:55 am   Subject: Overriding Cond from JCL
My JCL looks like as below:
-------------------------------

//N11111S JOB ACCOUNT,'VSAM',CLASS=A,MSGCLASS=X,
// NOTIFY=&SYSUID,MSGLEVEL=(1,1)
//* ...
  Topic: Getting a msg "Alternate parm used" while using so
shash_modi

Replies: 9
Views: 6724

PostForum: Utilities   Posted: Fri May 13, 2011 2:28 pm   Subject: Getting a msg "Alternate parm used" while using so
shash_modi,

Even though you are using syncsort I am gonna answer it.


You need to understand the concept of Variable Block (VB) Files and how it differs from Fixed Block (FB) files.

Since ...
  Topic: Getting a msg "Alternate parm used" while using so
shash_modi

Replies: 9
Views: 6724

PostForum: Utilities   Posted: Fri May 13, 2011 1:01 pm   Subject: Getting a msg "Alternate parm used" while using so
I am getting the following output in the spool (sysout)

SYNCSORT FOR Z/OS 1.3.2.1R U.S. PATENTS: 4210961, 5117495 2007 SYNCSO

SY ...
  Topic: Getting a msg "Alternate parm used" while using so
shash_modi

Replies: 9
Views: 6724

PostForum: Utilities   Posted: Fri May 13, 2011 12:43 pm   Subject: Getting a msg "Alternate parm used" while using so
why don't your change this:

//SORTOU DD DSN=TECH301.SORTOU,DISP=OLD

to this:

//SORTOUT DD DSN=TECH301.SORTOU,DISP=OLD

I did, but still it is not giving me the desired result.
  Topic: Getting a msg "Alternate parm used" while using so
shash_modi

Replies: 9
Views: 6724

PostForum: Utilities   Posted: Fri May 13, 2011 12:17 pm   Subject: Getting a msg "Alternate parm used" while using so
shash_modi,


I am not sure as to why you posted this question in Interview Q&A forum. I see that you are using DISP=OLD on your output JCL. How about deleting it and allocating it before you ...
  Topic: Getting a msg "Alternate parm used" while using so
shash_modi

Replies: 9
Views: 6724

PostForum: Utilities   Posted: Fri May 13, 2011 11:30 am   Subject: Getting a msg "Alternate parm used" while using so
Hi,

While using the simple sort, my job is getting run with maxcc=00 but i m not getting the desired result after that.

JCL:
-----

//TECH301J JOB XYZ, CLASS=A,MSGCLASS=A,NOTIFY=TECH301
//ST ...
  Topic: SORT and to copy only last duplicate
shash_modi

Replies: 2
Views: 2126

PostForum: Application Programming   Posted: Fri Jul 30, 2010 4:23 am   Subject: SORT and to copy only last duplicate
I want to SORT the file and to copy the last duplicate only. For example my input file is as follows:

Input File:
------------
111 A
111 B
222 B
222 C


My output file should look like: ...
  Topic: Help Needed for DB-Key in IDMS
shash_modi

Replies: 5
Views: 6355

PostForum: Database   Posted: Tue Jul 13, 2010 8:03 am   Subject: Help Needed for DB-Key in IDMS
Hi,

But how to convert the DB-KEY obtain from COBOL code to the DB-KEY as seen on the DMLO screen?
  Topic: Can we change the Dataset creation date in anyways?
shash_modi

Replies: 8
Views: 5193

PostForum: TSO and ISPF   Posted: Thu Feb 26, 2009 5:32 am   Subject: Can we change the Dataset creation date in anyways?
Hi,

Is there anyways in which we can change the creation date date of the dataset?

Thanks,
Shash
  Topic: Process GDG that are created today using REXX.
shash_modi

Replies: 8
Views: 7232

PostForum: Utilities   Posted: Tue Jul 22, 2008 10:58 am   Subject: Process GDG that are created today using REXX.
Hi,

I have GDG base name as 'HQTSM.PROD.TS30015D.GDG', now when my job TS30015D runs it creates the GDG version as showm below:

HQTSM.PROD.TS30015D.GDG.G0001V00
HQTSM.PROD.TS30015D.GD ...
  Topic: Is there any command to get the IP address of the Maniframe?
shash_modi

Replies: 10
Views: 9118

PostForum: TSO and ISPF   Posted: Mon Jul 21, 2008 4:40 am   Subject: Is there any command to get the IP address of the Maniframe?
Terry,

I will take care of that from next time.

All,
Thanks for all the information provided.

Thanks and regards,
Shash_modi
  Topic: Is there any command to get the IP address of the Maniframe?
shash_modi

Replies: 10
Views: 9118

PostForum: TSO and ISPF   Posted: Thu Jul 17, 2008 12:53 am   Subject: Is there any command to get the IP address of the Maniframe?
VKphani,

Thanks it worked. But from the following output I got how I will come to know which is the IP address of my machine.

EZZ2350I MVS TCP/IP NETSTAT CS V1R8 TCPIP Name: TCPIP ...
  Topic: Is there any command to get the IP address of the Maniframe?
shash_modi

Replies: 10
Views: 9118

PostForum: TSO and ISPF   Posted: Thu Jul 17, 2008 12:27 am   Subject: Is there any command to get the IP address of the Maniframe?
Hi,

Is there any command on TSO through which you can get the IP address of the Mainframe machine you are working on?

Thanks and regards,
Shashank
  Topic: IDCAMs utility to check for presece of invalid records.
shash_modi

Replies: 0
Views: 1037

PostForum: Utilities   Posted: Thu Jun 19, 2008 5:30 am   Subject: IDCAMs utility to check for presece of invalid records.
I am having File1 with following records?
AAA1
AAA2
AAA3
I need to check what present at position 4th in the File2. If my code finds value 2 or 3 at 4th position then should return RC=04.
Can any ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group