Author |
Message |
Topic: Invoking ISPF Services from a Batch COBOL Program |
Troodon
Replies: 10
Views: 10642
|
Forum: Application Programming Posted: Wed Jan 12, 2005 2:27 am Subject: Invoking ISPF Services from a Batch COBOL Program |
Thanks folks for your Help I have made use of both the BATCHPDF rexx and the MODEL command to fix my program, However I am now getting a return code 10 from the LMOPEN function. Here are some displays ... |
Topic: Invoking ISPF Services from a Batch COBOL Program |
Troodon
Replies: 10
Views: 10642
|
Forum: Application Programming Posted: Mon Jan 10, 2005 3:53 am Subject: Invoking ISPF Services from a Batch COBOL Program |
I have tried executing the COBOL program from option 6 in ISPF in the following way
CALL 'my.linklib(PDSLIST)'
And got the following reponse:
****************************************** ... |
Topic: What is Macro Language? |
Troodon
Replies: 9
Views: 5021
|
Forum: TSO and ISPF Posted: Mon Jan 10, 2005 3:35 am Subject: What is Macro Language? |
My definition of a macro language is any language used to execute the commands of a particular enironment. e.g. In Microsoft word you can create macros that execute a string of MS Word Commands. In D ... |
Topic: Invoking ISPF Services from a Batch COBOL Program |
Troodon
Replies: 10
Views: 10642
|
Forum: Application Programming Posted: Mon Jan 10, 2005 2:41 am Subject: Invoking ISPF Services from a Batch COBOL Program |
Kolusu
Thanks for pointing out such an obvious stupid error . However fixing it did not make a diference. Perhaps I am missing something, but is superk right. To invoke ispservices in a ba ... |
Topic: Invoking ISPF Services from a Batch COBOL Program |
Troodon
Replies: 10
Views: 10642
|
Forum: Application Programming Posted: Fri Jan 07, 2005 8:01 am Subject: Invoking ISPF Services from a Batch COBOL Program |
I am trying to invoke the LMINIT service inside a batch COBOL Program, but am getting a return code of 20. Can anyone help.
EG. of Code:
Working storage.
77 isp-isplink ... |
Topic: Calling C Fuinction GETENV" From COBOL |
Troodon
Replies: 1
Views: 2658
|
Forum: Application Programming Posted: Mon Oct 25, 2004 7:22 am Subject: Calling C Fuinction GETENV" From COBOL |
Can anyone help with the correct syntax to call a C function "GETENV" from a cobol program.
I have tried:
set addr1 to address of env-name
... |
Topic: Stored Procedures Calling CICS Trans? |
Troodon
Replies: 1
Views: 4456
|
Forum: Database Posted: Thu Oct 14, 2004 10:27 am Subject: Stored Procedures Calling CICS Trans? |
Can A DB2 Stored procedure call a CICS Transaction and get data back from the CICS Tran?
Why?
Although CICS transactions can execute Stored Procedures, they cannot pass result sets back down t ... |
Topic: Alternative swap Command: |
Troodon
Replies: 3
Views: 2872
|
Forum: TSO and ISPF Posted: Mon Sep 13, 2004 12:57 am Subject: Alternative swap Command: |
I have setup my Keyboard so that ctrl+1 and ctrl+2 etc type the swap command with the relative number on the command line and press enter. The problem is that if screen 4 has not yet been started, and ... |
Topic: Alternative swap Command: |
Troodon
Replies: 3
Views: 2872
|
Forum: TSO and ISPF Posted: Fri Sep 10, 2004 4:08 pm Subject: Alternative swap Command: |
I am trying to create an alternative swap command for ISPF. I have a problem getting the start and swap commands working in Rexx, does anyone know whats wrong? Follows is the rexx with various options ... |
|