Answer Posted / venkatreddy.madathala
Jcl is not used for programing..Its use to run the program
in the mainframe environment.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is rmode(any) ?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the different rules for performing sort operation?
Which is not true about evaluate statement
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is perform what is varying?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Why occurs cannot be used in 01 level in COBOL?
What is the difference between external and global variables in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between PIC 9.99 and PIC9v99?
how do you reference the variable unblock file formats from cobol programs