Before issuing an ASKTIME command what will be the values
in the EIBDATE and EIBTIME fields ?
Give the definition of COMMAREA ?
What are the common tables in cics and their usage?
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
The READ command with INTO option will read the record specified into the data area specified (True or False)
hi,what is the module? how many modules in mainframe based banking projects
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .
How will you access a VSAM file using an alternate index?
Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)
What is the meaning of the eibaid field?
Can you define commarea?
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?