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

how to convert dymamic call to static call


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shivakumar .b
Warnings : 1

New User


Joined: 11 May 2005
Posts: 18
Location: bangalore

PostPosted: Fri May 13, 2005 5:28 pm
Reply with quote

HI EVERYBODY.
THIS IS SHIVAKUMAR.
IN ONE OF MY INTERVIEW, I HAD A QUESTION THAT
-- HOW DO U CONVERT DYNAMIC CALL INTO A STATIC CALL ,THAT IS WHAT CHANGES HAS TO BE MADE IN THE COBOL PROGAM, NOT IN THE JCL?
-- WHAT IS MOVE MODE AND LOCATE MODE I/O OPERATION?


ANYBODY PLZ GET ME THE ANSWER.
THANKS IN ADVANCE.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Fri May 13, 2005 8:46 pm
Reply with quote

Hi Shiva,

The dynamic call in the pgm probably looks something like this:

WS:
05 ws-mypgm pic x(008) value 'pgmabc'.

PD:
call ws-mypgm.

To change it to static:

PD:
call 'pgmabc'.

All you do is put the pgm name in quotes.
Back to top
View user's profile Send private message
shivakumar .b
Warnings : 1

New User


Joined: 11 May 2005
Posts: 18
Location: bangalore

PostPosted: Mon May 16, 2005 10:32 am
Reply with quote

THANKS JACK, I AM GRATEFUL TO YOU.
ACTUALLLY I HAVE UNDERSTOOD ABOUT STATIC AND DYNAMIC CALL IS IN OPPOSITE OF WHAT U HAVE ANSWERED.
THANKS A LOT JACK.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts Keep leading zero(s) after convert fl... SYNCSORT 7
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Call program, directly from panel CLIST & REXX 9
No new posts Convert single row multi cols to sing... DFSORT/ICETOOL 6
Search our Forums:

Back to Top