Answer Posted / shiva
actually jcl is an interface between the programming
language and the operating system...
it is used to compile and execute programs...
it is used to create and delete datasets..gdg's...vsamclusters..
it is used to copy data frm one data set to other dataset..
etc......
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
what happens if parmparameter passes zero bytes to the program
Differentiate between structured cobol programming and object-oriented cobol programming.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is amode(24)?
State the various causes of s0c1, s0c5 and s0c7.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between comp and comp-3?
how do you reference the variable unblock file formats from cobol programs
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How can you get the ksds file records into your cobol program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Which Search verb is equivalent to PERFORM…VARYING?
What rules are to be followed while using the corresponding options?