ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  MainFrame  >>  IBM MainFrame  >>  CICS
 
 


 

 
 COBOL interview questions  COBOL Interview Questions
 JCL interview questions  JCL Interview Questions
 CICS interview questions  CICS Interview Questions
 DB2 interview questions  DB2 Interview Questions
 IMS interview questions  IMS Interview Questions
 IDMS interview questions  IDMS Interview Questions
 Natural interview questions  Natural Interview Questions
 ADABAS interview questions  ADABAS Interview Questions
 REXX interview questions  REXX Interview Questions
 Assembler interview questions  Assembler Interview Questions
 CLIST interview questions  CLIST Interview Questions
 QMF interview questions  QMF Interview Questions
 MVS interview questions  MVS Interview Questions
 OS390 interview questions  OS390 Interview Questions
 OS 2 interview questions  OS 2 Interview Questions
 VSAM interview questions  VSAM Interview Questions
 QSAM interview questions  QSAM Interview Questions
 Sysplex interview questions  Sysplex Interview Questions
 IBM MainFrame AllOther interview questions  IBM MainFrame AllOther Interview Questions
Question
how to make the entire screen protected. i.e., for example 
when we design a delete screen before deleting the details 
we need to popup a screen saying do u wish to delete(Y/N).
When this screen appears i want to make the previous screen 
fields as protected.Please help me with the anser. i need 
the entire screen to be protected.

Thanks in advance
 Question Submitted By :: Laxmiroopa
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
Answer
# 1
I am not sure how to make the entire screen as protected by 
a single statement. But we can protect the fields 
individully by moving the user defined value to the 
attribute field of the fields. 

Attribute byte is a 1 byte field, in which the third bit 
indicates whether it is protected(1) or unprotected (0) and 
for all other fields we can give any of 0 or 1

For Ex: 00100101  ---- if this value is in attribute byte 
then the filed is protected we can say, as the third bit is 
1. 

The decimal value of it(00100101) is 37. 

The following program will show you how to move this value 
to the attribute byte of the map fields.

01 fiel1  pic s9(4) comp value 37.

01 fiel2 redefines fiel1.
  02 a pic x.
  02 b pic x.

Move b to nameA. // name field will be protected. 

Like this we move b to all the unproteceted fields on the 
screen.

Please correct me if i am wrong and provide me the correct 
soultion....
 
Is This Answer Correct ?    2 Yes 0 No
Lenin
 
  Re: how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
Answer
# 2
Take a div tag in absolute position n set display property
to none .Now on any click event set width , height n
display="block" .Also set z-index accordingly .Your screen
will be block in specified width n height area .
 
Is This Answer Correct ?    1 Yes 0 No
Rajesh
 
 
 

 
 
 
Other CICS Interview Questions
 
  Question Asked @ Answers
 
what is quasi-reentrant program? IGT5
Name some of the common tables in CICS and their usage.  1
How do you access the records randomly in TSQ ?  2
What is a two Phase commit in CICS?  1
How to test CICS, MainFrame applications Covansys8
What is an MDT (Modified Data Tag) - it's meaning and use?  1
Explain the term Function Request Shipping?  1
what is difference between call and link ?  2
CICS and DB2 can exist in the same region under the Operating system (True or False)  1
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?  1
Why is a TERM ID recommended in naming a TSQ?  1
What is quasi rentrancy concept in CICS? HCL1
Which of the following statements correctly describe the syntax of CICS command language?  1
What is the command which will delete a program LOADed into the main storage using LOAD command?  1
What is EXEC CICS RETRIEVE ?  1
When there are 2 records with the same key specified in a DELETE operation what will happen?  2
What is the option that is used to erase all unprotected fields during a SEND MAP operation? Kanbay5
What is an AICA abend? Xansa3
I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also... CGI3
Which CICS service transaction is used to gain accessibility to CICS control tables?  1
 
For more CICS Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com