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
How do get the result of your program directly on your pc?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How do define dynamic array in cobol.
What is perform what is varying?
What is the usage of comp fields in cobol?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Difference between cobol and cobol-ii?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is amode(24)?
how to move the records from file to array table. give with code example
What is rmode(24)
How you can read the file from bottom?
explain sorting techniques in cobol program?
Can we redefine the field of x(200) to less than 200?