| Author |
Message |
Topic: Capturing Displays in Cobol in BTS run |
binoy
Replies: 1
Views: 3928
|
Forum: IMS Posted: Sat Apr 24, 2004 9:13 am Subject: Capturing Displays in Cobol in BTS run |
Hi,
We are using BTS tool in BMP for Testing Online Cobol programs.
To find the value of some program fields we have display
cobol statements. These displays get displayed when we run
... |
Topic: Rexx code to find out SDSF job is running or not |
binoy
Replies: 3
Views: 2178
|
Forum: TSO and ISPF Posted: Fri Feb 06, 2004 1:06 pm Subject: Rexx code to find out SDSF job is running or not |
Hi,
I have a requirment to run a macro say check to find
if a job brn0000 & rxr0000 are running in SDSF spool
If running it should display the ID i.e.; say brn0000 is active
... |
Topic: Renaming and Deleting tape file |
binoy
Replies: 3
Views: 9856
|
Forum: Job Control Language(JCL) Posted: Fri Feb 06, 2004 10:08 am Subject: Renaming and Deleting tape file |
Thanks Kolusu,
I am not sure if deleting the tape dataset will release the space
or we need to scratch it , please suggest the process and the JCL
for the same .
... |
Topic: Renaming and Deleting tape file |
binoy
Replies: 3
Views: 9856
|
Forum: Job Control Language(JCL) Posted: Thu Feb 05, 2004 11:28 am Subject: Renaming and Deleting tape file |
Hi,
I have a tape file
ATZZ.E6IMS.PSB75410.BI.PRVTPRV.D012104
Which i want to rename to
ATZZ.E6IMS.PSB75410.AI.PRVTPRV.D012104
or copy it to
ATZZ.E6IMS.PSB75410.AI. ... |
Topic: Rexx code help |
binoy
Replies: 1
Views: 1715
|
Forum: TSO and ISPF Posted: Thu Jan 08, 2004 2:22 am Subject: Rexx code help |
Hi,
I have a requirement as stated below:
I have to write a Rexx Macro that will help me edit a dataset.
The dataset will contain some data as below
----.----1----.----2----.----3-- ... |
Topic: online cobol program recturn code 12 |
binoy
Replies: 6
Views: 3341
|
Forum: Application Programming Posted: Thu Oct 23, 2003 10:15 am Subject: online cobol program recturn code 12 |
Hi,
The best way to start your error find is
FIND 'IGY' FIRST
so next time you need not wory.
Regrads,
Brij |
Topic: Rexx code help |
binoy
Replies: 18
Views: 13067
|
Forum: TSO and ISPF Posted: Wed Oct 22, 2003 12:57 am Subject: Rexx code help |
Hi ,
I am sorry Ofer ,I forgot to Thank you
Regards,
Brij |
Topic: Rexx code help |
binoy
Replies: 18
Views: 13067
|
Forum: TSO and ISPF Posted: Wed Oct 22, 2003 12:49 am Subject: Rexx code help |
Thanks Diba & Merv,
"TSO ALTLIB APP(EXEC) DA('BRIJ.REXX')" is working fine ,
but i would like to know how to reset my tso library to default.
I have tried :
"TSO ALTLIB AP ... |
Topic: Rexx code help |
binoy
Replies: 18
Views: 13067
|
Forum: TSO and ISPF Posted: Mon Oct 20, 2003 10:42 am Subject: Rexx code help |
Hi,
I doubt if i am right.
what i did was copied the code in a dataset 'vtvt.bnr.rexx(memedit)'
and then opened the dataset to be edited and ran
tso exec 'vtvt.bnr.rexx(memedit)'
... |
Topic: Rexx code help |
binoy
Replies: 18
Views: 13067
|
Forum: TSO and ISPF Posted: Mon Oct 20, 2003 8:07 am Subject: Rexx code help |
Hi,
I have the /* REXX */ as the first statement
but still i getting the same message.
Do i need to specify anything other than " MACRO PROCESS"
Since when i removed it it didn't ... |
Topic: Rexx code help |
binoy
Replies: 18
Views: 13067
|
Forum: TSO and ISPF Posted: Sat Oct 18, 2003 11:40 am Subject: Rexx code help |
Thanks ofer,
I copied the code as given but when i ran in i am getting:
IKJ56529I SYMBOLIC PARMS IN VALUE LIST IGNORED - ALL+
IKJ56529I COMMAND PROCEDURE HAS NO PROC STMT ... |
Topic: Rexx code help |
binoy
Replies: 18
Views: 13067
|
Forum: TSO and ISPF Posted: Sat Oct 18, 2003 3:19 am Subject: Rexx code help |
Hi ,
I would like some one to help me with
writing a rexx program which will run
the following commands on a couple of dataset.
X all;F all '0' 1;F all '1' 1;
F all ' ... |
Topic: BTS Help for IMS DC COBOL/390 program |
binoy
Replies: 2
Views: 5753
|
Forum: IMS Posted: Sun Oct 05, 2003 8:20 am Subject: BTS Help for IMS DC COBOL/390 program |
Thanks Kolusu,
I have gone thru the manual before.
The SPA in BTSOUT shows the LL and ZZ value in the first 6 bytes
eg:
*** SPA CALL- FUNC=ISRT, PCB=GCPSTERM, STATUS= ,
... |
Topic: BTS Help for IMS DC COBOL/390 program |
binoy
Replies: 2
Views: 5753
|
Forum: IMS Posted: Sat Oct 04, 2003 11:07 am Subject: BTS Help for IMS DC COBOL/390 program |
Hi,
I am testing IMS DC COBOL /390 program
and using BTS to test the Programs
All programs are convertational and have a SPA
size of 6096 bytes.
I am able to simulate the programs in BTS wit ... |
Topic: Abend U4039 in IMS Online region. |
binoy
Replies: 5
Views: 9376
|
Forum: IMS Posted: Sat Oct 04, 2003 10:14 am Subject: Abend U4039 in IMS Online region. |
Thanks Kolusu,
The problem is fixed,
Could you please tell me the significance of RMODE ,AMODE
and DATA in compilation , since we are using endevour for the same.
T ... |
| |