Is It Possible to Update or change in VIEW Mode?
Answer Posted / abc
hey XYZ give full description
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
IF I mention stop run in CICS what happens?
Are you comfortable in cobol or jcl?
What is length is cobol?
) How do u handle errors in BMS macro?
Mention the guidelines to write a structured cobol program?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is a scope terminator give example?
What is perform what is varying?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to know whether the module is dynamical or statistical?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.