Author |
Message |
Topic: Using REXX under Windows 98 |
mok
Replies: 2
Views: 1801
|
Forum: TSO and ISPF Posted: Tue Nov 09, 2004 1:38 pm Subject: Using REXX under Windows 98 |
John,
You can try this link too
http://regina-rexx.sourceforge.net/ |
Topic: Shortest COBOL program (Again!) |
mok
Replies: 9
Views: 29094
|
Forum: Mainframe Challenge Posted: Tue Nov 09, 2004 1:19 pm Subject: Shortest COBOL program (Again!) |
Hi,
ERRMSG exists since Cobol II ! Furthermore, you can do it shorter : the STOP RUN statement is not mandatory.
Cheers |
Topic: Changes for OS/VS COBOL to VS COBOL II |
mok
Replies: 7
Views: 8439
|
Forum: Application Programming Posted: Thu Jun 03, 2004 3:23 am Subject: Changes for OS/VS COBOL to VS COBOL II |
Hi Jack,
I agree with you but Raj's aim is to keep the copybook unchanged that is not very logical. Generally, in this kind of project you maintain 2 versions of copys (old / new) until the end of th ... |
Topic: Changes for OS/VS COBOL to VS COBOL II |
mok
Replies: 7
Views: 8439
|
Forum: Application Programming Posted: Wed Jun 02, 2004 6:53 am Subject: Changes for OS/VS COBOL to VS COBOL II |
Hi Raj and Kolusu,
Sorry for the delay, maybe you found the solution by yourself
It's a simple problem when you did a lot of Cobol conversion like I did.
This program compile with a RC=O
... |
Topic: diff between internal sort and external sort |
mok
Replies: 5
Views: 4173
|
Forum: Application Programming Posted: Fri May 14, 2004 6:32 am Subject: diff between internal sort and external sort |
HI all,
In an External sort you can use wide variety of features like INREC,OUTREC OUTFIL SUM ... which are not possible in an internal sort
Of course we can use these features if the internal s ... |
Topic: Why we submit JCL from COBOL or CICS ? |
mok
Replies: 11
Views: 4794
|
Forum: Application Programming Posted: Thu May 13, 2004 1:45 pm Subject: Why we submit JCL from COBOL or CICS ? |
Hi all,
nor can I imagine any modern IT shop that would allow this practice to occur.
I agree with you it is not a modern processing but I worked in Cameroon, in 2001 and they didn't have any sc ... |
Topic: Search utility query |
mok
Replies: 4
Views: 2740
|
Forum: Utilities Posted: Wed May 05, 2004 9:27 am Subject: Search utility query |
I think you must combine this step with a SORT containing a lookup table changing the CONCAT( |
Topic: Search utility query |
mok
Replies: 4
Views: 2740
|
Forum: Utilities Posted: Wed May 05, 2004 3:59 am Subject: Search utility query |
I think it is not possible to get it but you have an information with the concat keyword in the listing. I used this JCL :
//SUPERC JOB (ACCT |
Topic: Enterprise COBOL - BUFNO on Input resulting in incorrect res |
mok
Replies: 4
Views: 3212
|
Forum: Application Programming Posted: Wed Mar 17, 2004 10:01 am Subject: Enterprise COBOL - BUFNO on Input resulting in incorrect res |
Vattikonda,
Maybe you compiled your program with the NOAWO option. I solved an identical problem with AWO.
This is an extract from the Cobol Programming Guide:
The APPLY-WRITE ONLY clause can ca ... |
Topic: Equivalent of COMPAREX in FileAid. |
mok
Replies: 4
Views: 7278
|
Forum: Utilities Posted: Wed Sep 17, 2003 10:11 am Subject: Equivalent of COMPAREX in FileAid. |
Hi Mona,
I think the dash parameter is used to distinguish the differences between the 2 files and the format is the length of each mismatching record in the side by side sysout of Comparex.
Just a ... |
Topic: Allocate new Node & Deallocate of a Cobol link list |
mok
Replies: 5
Views: 4599
|
Forum: Application Programming Posted: Mon May 19, 2003 4:19 am Subject: Allocate new Node & Deallocate of a Cobol link list |
I think that you make a mistake in interpretation. When you submit a JOB, this one is carried out in an INIT. You should not call CEEGTST, except if the memory available in this INIT is insufficient; ... |
Topic: Allocate new Node & Deallocate of a Cobol link list |
mok
Replies: 5
Views: 4599
|
Forum: Application Programming Posted: Fri May 16, 2003 9:58 am Subject: Allocate new Node & Deallocate of a Cobol link list |
Hi SangNa,
You can use the CEEGTST (GeT STorgage) and CEEFRST (FRee STorage) callables services with Language Environment.
Here is a link to IBM publications :
http://publibz.boulder.ibm.com/cgi-b ... |
|