in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?
Answer Posted / gurukulu
S0C1 ABEND will be issued.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Name the sections present in data division.
What is the use of intialize verb?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is Pic 9v99 Indicates in COBOL?
Write a program that uses move corresponding.
Write the code to count the sum of n natural numbers.
i want a program using by if, evaluate , string, unstring, perform, occurs?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Define static linking and dynamic linking.
Write a program to enter and display the names of students in a class using the occurs clause.