Answer Posted / shubha
this is one of the section under data division, and is used
in sub programs to pass the parameters.this section also
receives parameter from jcl
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
What are the cobol coding sheets?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Write the code implementing the perform … varying.
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?
What kind of error is trapped by on size error option?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Define cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
what happens if parmparameter passes zero bytes to the program
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Which Search verb is equivalent to PERFORM…VARYING?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between structured cobol programming and object alternativelyiented cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there