Author |
Message |
Topic: Load module not found S806 |
js_praveen
Replies: 5
Views: 3909
|
Forum: TSO and ISPF Posted: Tue Nov 11, 2003 7:34 pm Subject: Load module not found S806 |
Mervyn,
It worked like a charm, you are just great!!!! I was searching one manual after another till now to get a solution. I tried the same thing using CLIST and it is working fine, so was th ... |
Topic: Load module not found S806 |
js_praveen
Replies: 5
Views: 3909
|
Forum: TSO and ISPF Posted: Mon Nov 10, 2003 10:59 pm Subject: Load module not found S806 |
Yes all the load modules are there in the loadlibs. The calling program and the called program (both cobol) are existing in different loadlibs.
Thanks
JSP |
Topic: Load module not found S806 |
js_praveen
Replies: 5
Views: 3909
|
Forum: TSO and ISPF Posted: Mon Nov 10, 2003 7:05 pm Subject: Load module not found S806 |
Hi,
I have a rexx program that calls a Cobol program which inturn calls another Cobol subroutine. The first call, rexx to Cobol is successful but the call from Cobol program to the Cobol subrout ... |
Topic: Change in Record sequence |
js_praveen
Replies: 3
Views: 2311
|
Forum: Utilities Posted: Thu Jun 12, 2003 2:49 pm Subject: Change in Record sequence |
Thank you Cogito
JSP |
Topic: Change in Record sequence |
js_praveen
Replies: 3
Views: 2311
|
Forum: Utilities Posted: Wed Jun 11, 2003 8:49 pm Subject: Change in Record sequence |
Hi,
I have the following input file
Rec type Rec seq
1111 A
1111 B
1111 C
1111 D
1111 E
2222 A
2222 B
2222 C
222 ... |
Topic: 32k LRECL |
js_praveen
Replies: 4
Views: 4033
|
Forum: Job Control Language(JCL) Posted: Fri May 16, 2003 12:31 pm Subject: 32k LRECL |
Thanks Bill
JSP |
Topic: 32k LRECL |
js_praveen
Replies: 4
Views: 4033
|
Forum: Job Control Language(JCL) Posted: Thu May 15, 2003 6:43 pm Subject: 32k LRECL |
Hi
Is there anyway to create a seq file with an LRECL of more than 32k bytes?
Thank you
JSP |
Topic: Tablebase |
js_praveen
Replies: 2
Views: 3331
|
Forum: Utilities Posted: Thu Apr 10, 2003 6:11 pm Subject: Tablebase |
Kolusu,
I got the manual and I could read the table sequentially. There are GF (get first) and GN (get next) commands for that.
Thank you
JSP |
Topic: Tablebase |
js_praveen
Replies: 2
Views: 3331
|
Forum: Utilities Posted: Thu Apr 10, 2003 12:33 pm Subject: Tablebase |
Hi All,
There is an utility called tablebase which we use in our shop. It is a product from Data Kinetic. I want to know how we can read the tablebase sequentially. Please help.
Thank you
... |
Topic: Replace records |
js_praveen
Replies: 6
Views: 5727
|
Forum: Utilities Posted: Wed Mar 12, 2003 4:28 pm Subject: Replace records |
Kolusu,
It works!!! Now I need to go through the code to understand what exactly it is doing. Thanks for all your help.
Thanks
JSP |
Topic: Replace records |
js_praveen
Replies: 6
Views: 5727
|
Forum: Utilities Posted: Wed Mar 12, 2003 12:25 pm Subject: Replace records |
Kolusu,
I want to replace the whole record in the bad file with the corresponding good record (matched by the key). If 4th byte of the bad file is spaces then replace that whole record with ... |
Topic: Replace records |
js_praveen
Replies: 6
Views: 5727
|
Forum: Utilities Posted: Wed Mar 12, 2003 1:08 am Subject: Replace records |
kolusu,
The output I got was
123EAA000
124EBB777
125ECC222 ... |
Topic: Replace records |
js_praveen
Replies: 6
Views: 5727
|
Forum: Utilities Posted: Tue Mar 11, 2003 11:07 pm Subject: Replace records |
Hi All,
Please see the following scenario,
Bad file (Input 1)
123 AA000
124 BB111
125 CC222
126 CC333
127ECC444
128SCC555
Good file (Input 2)
123EAA666
124 ... |
Topic: Low values to spaces |
js_praveen
Replies: 4
Views: 18100
|
Forum: Job Control Language(JCL) Posted: Mon Jan 20, 2003 11:27 pm Subject: Low values to spaces |
Hi All,
I want to convert fields with low values to spaces in a file (10,000 records). Is it better do it in the JCL rather than doing it in the program? Please advice.
Thanks
JSP |
Topic: SYSIN DATA |
js_praveen
Replies: 14
Views: 8209
|
Forum: Job Control Language(JCL) Posted: Mon Jan 13, 2003 2:08 am Subject: SYSIN DATA |
It didn't work in IOF!! |
|