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

Expand the copybook present in cobol program


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthikr44

Active User


Joined: 25 Aug 2007
Posts: 235
Location: Chennai

PostPosted: Mon May 17, 2010 6:21 pm
Reply with quote

Hi,

I want to expand the copybook present in cobol program.

I am trying to understand the existing code. Just i pasted here some portion of the code. And here i didnt understand what does CPYBK will do? Is it a fuction or queue? And it is not used elseshere in the code.

Code:

ADDRESS ISREDIT                                           
"MACRO (PARM)"                                           
                                                         
"(STMT) = LINE .ZCSR"                                     
"(X Y) = CURSOR"                                         
                                                         
PARSE UPPER VAR PARM PARM                                 
PARTSTMT = WORDS(SUBSTR(STMT,1,Y))                       
RECNAME = STRIP(TRANSLATE(WORD(STMT,PARTSTMT),"","."))   
                                                         
ADDRESS TSO                                               
                                                         
IF POS("IDMS",STMT) = 0 THEN DO                           
   "CPYBK "RECNAME                                       
   EXIT                                                   
END                                                                   


Any one have have idea on this?

Thanks
R KARTHIK
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Mon May 17, 2010 6:25 pm
Reply with quote

It's an external site specific command. Look at the libs hanging off your session and find the member.

TSO ISRDDN followed by M CPYBK
Back to top
View user's profile Send private message
karthikr44

Active User


Joined: 25 Aug 2007
Posts: 235
Location: Chennai

PostPosted: Mon May 17, 2010 7:07 pm
Reply with quote

Hi Robert,

You are correct. It was found in PDS allocated to SYSEXEC.

Thanks
R KARTHIK
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
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
Search our Forums:

Back to Top