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

DFHEI1 content on the translated CICS command


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
yusunmak

New User


Joined: 23 May 2008
Posts: 1
Location: Toronto

PostPosted: Sat Dec 06, 2008 10:22 pm
Reply with quote

Hi, Can the experts help?

I try to understand the content list on the translated CICS command.
Is the f0f8f0f0f5 or f0f5f9f4f5 below just a sequence reference? and is of no relevant to the call? I saw that same command, would have this number different at different compilation.

Code:

  MOVE LENGTH OF EMV100-COMMAREA   TO WS-CICS-LENGTH           
      *EXEC CICS LINK PROGRAM  ('EMVV100')                             
      *               COMMAREA (EMV100-COMMAREA)                       
      *               LENGTH   (WS-CICS-LENGTH)                         
      *               RESP     (WS-RESP-CODE)                           
      *END-EXEC.                                                       
  Call 'DFHEI1' using by content x'0e02e0002700000100f0f8f0f0f5
      -    '404040' by content 'EMVV100 ' by reference EMV100-COMMAREA 
           by reference WS-CICS-LENGTH end-call                         
             Move eibresp to WS-RESP-CODE.                             
                                             
      *EXEC CICS ASSIGN SYSID(WS-CICS)                                 
      *                 RESP (CICS-RESP)                               
      *END-EXEC                                                         
    Call 'DFHEI1' using by content x'0208800027200000000000000000
      -    '0000000000000000f0f5f9f4f5404040' by reference WS-CICS     
           end-call                                                     
                 Move eibresp to CICS-RESP

Thanks.
YSM
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Sat Dec 06, 2008 11:49 pm
Reply with quote

The specific contents of the field undoubtedly vary by release of CICS and are of absolutely no use to the applications programmer. Let the code be generated, accept it as it is, and save your curiosity for questions that have relevant answers to your job. If you really decide you want to know, contact IBM and open a PMR for this -- but you probably won't get an answer since the field contents are probably proprietary information to IBM.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Using API Gateway from CICS program CICS 0
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
Search our Forums:

Back to Top