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

How do u release a page buffer


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

New User


Joined: 10 Mar 2005
Posts: 8

PostPosted: Mon Jul 11, 2005 5:07 am
Reply with quote

1) Which Command will terminate VSAM Mass insert?
2)Purpose of value clause
3)Can u refer the same memory location with 2 different names.
4)How do u release a page buffer?
5)Disadvantages of using link
6)How many handle conditions can u code?
7)Parameters used in COBOL,CICS Program?
8) Wat is check pending ?
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Jul 11, 2005 5:32 pm
Reply with quote

Quote:
2)Purpose of value clause

To Initialize Variables with some value in WSS.

Quote:
3)Can u refer the same memory location with 2 different names.

Using REDEFINE Clause you can do....If they are both not being used at the same time.
Back to top
View user's profile Send private message
David P

Active User


Joined: 11 Apr 2005
Posts: 106
Location: Cincinnati Ohio

PostPosted: Mon Jul 11, 2005 5:38 pm
Reply with quote

Hi,
6)How many handle conditions can u code?

I believe not more than 16 conditions can be specified in a single handle condition command.

correct me if I am wrong.

regards,
David.
Back to top
View user's profile Send private message
nivasreddi

New User


Joined: 15 Jul 2005
Posts: 1
Location: pune

PostPosted: Fri Jul 15, 2005 11:28 am
Reply with quote

I think only 12 conditions
Back to top
View user's profile Send private message
gsnvsr

New User


Joined: 06 Jul 2005
Posts: 40

PostPosted: Fri Jul 15, 2005 5:44 pm
Reply with quote

4) If you are talking in CICS, I believe you can use FREEMAIN command to release the memory.

Check pending : Refers to the status of DB2 table after loading when referential integrity check is still pending. You need to run the db2 check utility to resolve this and bring the table status to read/write.

Someone correct me if you think there is something to add to this.

Best regards,
Prasad
Back to top
View user's profile Send private message
learnmf

Active User


Joined: 14 Mar 2005
Posts: 123

PostPosted: Fri Jul 15, 2005 7:21 pm
Reply with quote

Quote:
3)Can u refer the same memory location with 2 different names.


Hi Friend

Using RENAME we can give different name to a group of data.

Comments and suggestions are welcome.

Thanks
Back to top
View user's profile Send private message
learnmf

Active User


Joined: 14 Mar 2005
Posts: 123

PostPosted: Fri Jul 15, 2005 7:38 pm
Reply with quote

Hi Friend
Link will contain more space as compare to XCTL.
As at the run time both the called and calling program be in the mainmemory and space requirement is more.

Suggetions and corrections are welcome.

Thanks
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 Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts Mass JCL release via IDZ tool(eclipse... CA Products 1
No new posts IMS queue causing page through diffic... IMS DB/DC 1
No new posts Back Page print direction (Duplex Pri... JCL & VSAM 3
No new posts Recovery Routine/Abend exit to releas... PL/I & Assembler 14
Search our Forums:

Back to Top