| Author |
Message |
Topic: Reason for MQ Return Code = 2018 |
Brian
Replies: 4
Views: 7157
|
Forum: CICS and Middleware Posted: Thu Jul 28, 2005 12:13 am Subject: Reason for MQ Return Code = 2018 |
Preety,
You need to add the proper stub to your link edit step. It will be something like this.
//SYSIN DD *
INCLUDE SYSLIB(CSQBSTUB)
/*
and SYSLIB should point to MQM.SCSQLO ... |
Topic: Reason for MQ Return Code = 2018 |
Brian
Replies: 4
Views: 7157
|
Forum: CICS and Middleware Posted: Wed Jul 27, 2005 8:07 am Subject: Reason for MQ Return Code = 2018 |
I would look at his amode options.
Cheers
Brian |
Topic: Beep through REXX |
Brian
Replies: 5
Views: 2931
|
Forum: TSO and ISPF Posted: Wed Jul 27, 2005 3:29 am Subject: Beep through REXX |
Not sure but ISRZ001/ISRZ002 arrives with a terminal beep.
Cheers
Brian |
Topic: CICS statement not recognised during PGM compilation |
Brian
Replies: 4
Views: 2719
|
Forum: CICS and Middleware Posted: Fri Jul 22, 2005 4:52 am Subject: CICS statement not recognised during PGM compilation |
Chikdu,
The CICS translator will understand only EXEC CICS statements. If you hide your cics statements within a copy book then there is no way that they are understood. I am not sure but there is ... |
Topic: Extract a string from an unstructured input file. |
Brian
Replies: 8
Views: 4874
|
Forum: Utilities Posted: Fri Jul 22, 2005 3:23 am Subject: Extract a string from an unstructured input file. |
Darren,
Have you tried the substring option with sort.
INCLUDE COND=(1,80,ss,eq,C'A25153G')
Cheers
Brian |
Topic: Program hangs when reading a KSDS VSAM File with Update |
Brian
Replies: 2
Views: 2019
|
Forum: CICS and Middleware Posted: Fri Jul 22, 2005 3:20 am Subject: Program hangs when reading a KSDS VSAM File with Update |
Shekar,
Make sure that your FCT is defined with an update access.
This should give you more information.
Fil(AETXX00B) Vsa Clo Ena Rea Upd Add Bro Del Sha
Dsn( D ... |
Topic: How to find length of a varchar string... |
Brian
Replies: 5
Views: 3422
|
Forum: Application Programming Posted: Fri Jul 22, 2005 3:16 am Subject: How to find length of a varchar string... |
Paneendra,
Why dont you try writing one of your own. You can look at the INSPECT verb for motivation.
Cheers
Brian |
Topic: file read and write |
Brian
Replies: 8
Views: 4021
|
Forum: Application Programming Posted: Thu Jul 21, 2005 9:18 am Subject: file read and write |
Hello,
This is available in all shops. This is an IBM provided utility. This is normally present in one of the SYS1.* datasets. You can check it out there.
Cheers
Brian |
Topic: file read and write |
Brian
Replies: 8
Views: 4021
|
Forum: Application Programming Posted: Thu Jul 21, 2005 6:40 am Subject: file read and write |
Shashi,
BPXWDYN is a program that helps you allocate / de-allocate files dynamically from your application program. You need not allocate these files in the Job. The files are alive during the cour ... |
Topic: changind the LRECL of a version in a GDG |
Brian
Replies: 7
Views: 6594
|
Forum: Job Control Language(JCL) Posted: Thu Jul 21, 2005 2:57 am Subject: changind the LRECL of a version in a GDG |
I believe the poster wanted to change the LRECL of all the generations that are tagged to the base. Doing one by one could be a back breaker.
Did i read the post right at the first place
... |
Topic: changind the LRECL of a version in a GDG |
Brian
Replies: 7
Views: 6594
|
Forum: Job Control Language(JCL) Posted: Thu Jul 21, 2005 1:31 am Subject: changind the LRECL of a version in a GDG |
Cogito,
The versions will replace the generations in question. If you try a list of the gdg you will find only versions.
Cheers
Brian |
Topic: changind the LRECL of a version in a GDG |
Brian
Replies: 7
Views: 6594
|
Forum: Job Control Language(JCL) Posted: Thu Jul 21, 2005 1:17 am Subject: changind the LRECL of a version in a GDG |
Hi,
You can try this out. As you already have generations hanging onto your base, repplace all existing generations with their corresponding versions. Run this tool which would do it.
Make sure ... |
Topic: file read and write |
Brian
Replies: 8
Views: 4021
|
Forum: Application Programming Posted: Tue Jul 19, 2005 8:14 am Subject: file read and write |
Shashi,
Long long ago i faced a similar (dont know how much justice i am doing to the similar keyword) situation. I created some dynamic files through my cobol program (using BPXWDYN) and formatted ... |
Topic: differentiate the VSAM datasets in IDCAMS ... |
Brian
Replies: 2
Views: 1700
|
Forum: Utilities Posted: Tue Jul 19, 2005 8:11 am Subject: differentiate the VSAM datasets in IDCAMS ... |
Nancy,
Guess you are looking for this.
KSDS -> INDEXED
ESDS -> NONINDEXED
RRDS -> NUMBERED
Cheers
Brian |
Topic: VSAM maxlrecl question |
Brian
Replies: 3
Views: 3057
|
Forum: Data Management Posted: Tue Jul 19, 2005 7:44 am Subject: VSAM maxlrecl question |
Skayara,
The outtrap command in rexx traps the output of any TSO command and it is in good faith that all programmers trap the output in a stem variable. A stem variable is like an array that can b ... |
| |