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 16 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Getting ERROR using Enterprise compiler - IBM1654S
priyam

Replies: 1
Views: 2821

PostForum: Application Programming   Posted: Wed Jan 30, 2008 5:40 am   Subject: Getting ERROR using Enterprise compiler - IBM1654S
Hi,


Am getting the folwoing error for PLI_CICS_DB2 program
IBM1654I S 67.0 The LIKE reference is unknown.

[u][b]My Program:[/b][/u]
DCL 1 Rxxxx_SQL ...
  Topic: IBM1917S - Compile using PL/I Enterprise compiler
priyam

Replies: 6
Views: 4039

PostForum: Application Programming   Posted: Tue Jan 22, 2008 2:12 am   Subject: IBM1917S - Compile using PL/I Enterprise compiler
Am not using ny JCL for compilation.We are using SCLM and SCLM Translators for compilation.

Still am facing the same problem.
  Topic: IBM1917S - Compile using PL/I Enterprise compiler
priyam

Replies: 6
Views: 4039

PostForum: Application Programming   Posted: Thu Jan 17, 2008 1:11 am   Subject: IBM1917S - Compile using PL/I Enterprise compiler
Hi,

We are using PLI Optimizer compiler for PL/I Programs.
Now we are migrating to PLI Enterprise Compiler(IBMZPLI).
Am getting the following error when I tried to compile a simple PL/I pr ...
  Topic: REXX Tool - To delete the datasets created by a job
priyam

Replies: 5
Views: 4431

PostForum: TSO and ISPF   Posted: Fri Oct 19, 2007 6:11 am   Subject: REXX Tool - To delete the datasets created by a job
Hi all,

Am new to REXX. I want to develop a REXX tool, which creates a delete step in the beginning of the JCL for all the datasets that are newly created in that JCL. (DISP=(NEW, CATLG)).
Th ...
  Topic: Help Needed--DFS629I IMS BATCH REGION ABEND- IMS 0778
priyam

Replies: 2
Views: 4667

PostForum: IMS   Posted: Thu Sep 13, 2007 3:44 am   Subject: Help Needed--DFS629I IMS BATCH REGION ABEND- IMS 0778
Hi,

Am new to IMS.Can anyone help me to resolve the below abend

+DFS629I IMS BATCH REGION ABEND- IMS 0778 IMS3
+DFS629I PSW AT ERROR = 078D3E00 8002B6EE IMS3

Thanks in advance!!!
  Topic: How to find out the DB2 Version.
priyam

Replies: 5
Views: 3266

PostForum: Database   Posted: Tue Aug 21, 2007 1:51 am   Subject: How to find out the DB2 Version.
Hi,
This may be a silly question.Sorry for that.

Can any one tell me how to find out the DB2 Version, which am using from ISPF Main Menu or any other way?

Thanks is Advance!!!
  Topic: MACRO Program to do the same changes in 200 JCL's
priyam

Replies: 1
Views: 1289

PostForum: TSO and ISPF   Posted: Wed Jul 04, 2007 8:15 am   Subject: MACRO Program to do the same changes in 200 JCL's
Hi,

I tried to write a MACRO to do the following.
My JCL looks like:

//JOBCARD
//.............
//.............
//STEP1 EXEC PROC=PROC0,
// SYSUID=$ABC

I should make the below ch ...
  Topic: INVALID JCL STATEMENT-JCL error PROC doesn't allow Instream
priyam

Replies: 3
Views: 5382

PostForum: Job Control Language(JCL)   Posted: Wed Jun 20, 2007 3:21 am   Subject: INVALID JCL STATEMENT-JCL error PROC doesn't allow Instream
Hi Dick,
Thanks a lot.
Mistakenly I have coded the Instream data directly in the PROC.
  Topic: INVALID JCL STATEMENT-JCL error PROC doesn't allow Instream
priyam

Replies: 3
Views: 5382

PostForum: Job Control Language(JCL)   Posted: Wed Jun 20, 2007 2:51 am   Subject: INVALID JCL STATEMENT-JCL error PROC doesn't allow Instream
My Code:
//SYSIN DD *
SORT FIELDS=COPY
OUTFIL FILES=1,INCLUDE=(11,3,CH,EQ,C'762')
..
..
/*

Error:
IEFC601I INVALID JCL STA ...
  Topic: Rename the VSAM file.
priyam

Replies: 1
Views: 3019

PostForum: Data Management   Posted: Tue May 29, 2007 3:07 am   Subject: Rename the VSAM file.
Hi,

I need to rename a VSAM file.

1. Is there any IDCAMS utility or any method to RENAME the VSAM file?
2. Can we copy one VSAM file to Another VSAM file directly?

Can anyone help me on th ...
  Topic: PL/1 Program to mirror a sentence
priyam

Replies: 2
Views: 1653

PostForum: Application Programming   Posted: Mon May 14, 2007 6:28 am   Subject: PL/1 Program to mirror a sentence
Hi,

Am new to PL/1.Am just learning. I want a PL/1 program to mirror a sentence.

Input:

GOD IS LOVE.

Output should be:

.EVOL SI DOG

I have tried using the SUBSTR and ARRAY.I got half ...
  Topic: S806 Abend while executing the PL/1 program
priyam

Replies: 6
Views: 4604

PostForum: Application Programming   Posted: Wed May 09, 2007 6:12 am   Subject: S806 Abend while executing the PL/1 program
Its working fine now. There was a problem in my load module.
Thanks a lot for all ur replies.
  Topic: S806 Abend while executing the PL/1 program
priyam

Replies: 6
Views: 4604

PostForum: Application Programming   Posted: Tue May 08, 2007 12:06 am   Subject: S806 Abend while executing the PL/1 program
My code is:

//IN11393C JOB (,,00),'TEST1',
// MSGLEVEL=(1,1),NOTIFY=&SYSUID,TIME=(0,59),
// MSGCLASS=H,REGION=4096K ...
  Topic: Need a SQL Query to join the result of two queries
priyam

Replies: 1
Views: 1225

PostForum: Database   Posted: Tue Nov 21, 2006 5:50 am   Subject: Need a SQL Query to join the result of two queries
Need a SQL Query:

I have three input tables. CUST_DETAILS,EUITY_DETAIL and BOND_DETAIL.

Input:
CUST_DETAILS:

ACCT NAME
511 PRIYA
512 MANOJI

EQUITY_DETAIL

I ...
  Topic: Query to fetch all records with no NULL values in it
priyam

Replies: 5
Views: 2750

PostForum: Database   Posted: Wed Aug 30, 2006 6:53 am   Subject: Query to fetch all records with no NULL values in it
If there are 100 columns it will be very difficult to give as

WHERE C0L1<> NULL,COL2<>NUL... COL100<>NULL.

Can you tell me any other way to do this?
 
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