How many variables can be declared in w-s section.?
Answers were Sorted based on User's Feedback
Answer / raja murugesan
am not sure about it. Any written proof in any cobol tutorial
| Is This Answer Correct ? | 0 Yes | 0 No |
what is internal sort and external sort ? which is preferable ?
How to increase the logical record length of existing PS file?
can we use go to statement inline-perform?
What is 77 level used for ?
Write a program to enter and display the names of students in a class using the occurs clause.
what r the types of perform statement
What does EXIT do ?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).
suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
) how do u code after getting data?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?