IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to translate a COBOL with EXEC DLI for batch processing?


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu May 10, 2007 3:08 pm
Reply with quote

Hi all

I'm trying to translate a batch COBOL program, containing only EXEC DLI (no EXEC CICS).

However, using the translator as recommended by the manuals, the EXEC DLI commands are translated into CALL DFHsomething, which is a CICS module.

Is there any method to translate EXEC DLI commands into CALL CBLTDLI?

Thanks -

O.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Thu May 10, 2007 3:28 pm
Reply with quote

Is this related to your problem?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu May 10, 2007 5:19 pm
Reply with quote

I've tried what the manual says: Specify DLI option instead of CICS. Still, the translated call contains calls to DFH and not to CBLTDLI.

O.
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu May 10, 2007 6:45 pm
Reply with quote

You should translate the EXEC DLI to CALL CBLTDLI manually.

EXEC DLI - Translation is required for CICS program hence it changes to CALL DFH (DFH CICS module), and it's not possible to change it to CALL CBLTDLI in this translation.
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Fri May 11, 2007 12:37 am
Reply with quote

Devzee wrote:
You should translate the EXEC DLI to CALL CBLTDLI manually.

EXEC DLI - Translation is required for CICS program hence it changes to CALL DFH (DFH CICS module), and it's not possible to change it to CALL CBLTDLI in this translation.


[joke mode]
Yeah.........CICS icon_evil.gif (with my excuses the CICS-lovers icon_wink.gif ) [/joke mode]
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Fri May 11, 2007 12:18 pm
Reply with quote

Offer71

Have you tried EXEC DLI and it's not working so you want to convert them to CALL CBLTDLI?

I'm trying to understand what exactly your reqt.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Sat May 12, 2007 11:49 pm
Reply with quote

The purpose is for a special project, requires to unify all DLI calls for some purpose. The decision was made to use the CBLTDLI syntax, since we have a parser for it.

Please note that we are not going to change any code: we just want to do some analysis.

O.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
Search our Forums:

Back to Top