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

how to get code from production to development


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raju_rangam
Warnings : 1

New User


Joined: 31 Mar 2005
Posts: 25
Location: bangalore

PostPosted: Fri Jun 10, 2005 9:58 pm
Reply with quote

hai,
how to get code from production to development
"can u tell any recent service request and explain it"-This is my inv question
plz zzzzz help me
Back to top
View user's profile Send private message
sangiah

New User


Joined: 10 Jun 2005
Posts: 62

PostPosted: Sat Jun 11, 2005 9:04 am
Reply with quote

its based/depends on the change management tools like changeman /endevour.
Back to top
View user's profile Send private message
raju_rangam
Warnings : 1

New User


Joined: 31 Mar 2005
Posts: 25
Location: bangalore

PostPosted: Mon Jun 13, 2005 12:02 pm
Reply with quote

hai
how to concatinate the flt files
raju
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Mon Jun 13, 2005 7:40 pm
Reply with quote

hi raju_rangam, recent service request means what....i didn't get you.
Service request made by the customer/client to developer or service center where they will mention what the problem they are facing on certain operation. Is this what you mean.
Where as to get the code from production to developement you have to retrive the code from endevor. There you get the option to retrive the code.
hope i decoded query in correct way. Correct me if i m wrong.
Back to top
View user's profile Send private message
raju_rangam
Warnings : 1

New User


Joined: 31 Mar 2005
Posts: 25
Location: bangalore

PostPosted: Wed Jun 15, 2005 11:10 am
Reply with quote

hai
how to concatiate a flat files
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Wed Jun 15, 2005 11:22 am
Reply with quote

You can concatenate by folowing way.
Code:

ifile  dd dsn=file1,disp=shr
       dd dsn=file2,disp=shr
       dd dsn=file3,disp=shr


This way input file will be concateneted into one logical name i.e. ifile.
Hope this is what you have asked. Correct me if i am wrong.
Back to top
View user's profile Send private message
ssprabhu

New User


Joined: 25 Apr 2005
Posts: 67
Location: pune

PostPosted: Mon Jun 20, 2005 2:16 am
Reply with quote

raju_rangam wrote:
hai,
how to get code from production to development
"can u tell any recent service request and explain it"-This is my inv question
plz zzzzz help me



i think ,by using configuration management tool
Back to top
View user's profile Send private message
vrexy

New User


Joined: 19 May 2005
Posts: 7
Location: bangalore

PostPosted: Thu Jun 23, 2005 1:58 pm
Reply with quote

Hi,

If U r really working, U can't post these type of queries.

Cheers,
rexy.
Back to top
View user's profile Send private message
raju_rangam
Warnings : 1

New User


Joined: 31 Mar 2005
Posts: 25
Location: bangalore

PostPosted: Wed Oct 26, 2005 10:56 am
Reply with quote

if
<Statements>
continue
else
<Statements>

whts the use of continue in this sense
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top