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
For rewrite, why is it mandatory that file needs to be opened?
What is the usage of comp fields in cobol?
Define cobol?
What are declaratives and what are their uses in cobol?
What is the difference between goback, stop run and exit program in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
In COBOL programming, what is PERFORM? What is VARYING?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Are you comfortable in cobol or jcl?
Why occurs cannot be used in 01 level in COBOL?
Discuss about changing dataset name in proc.
What are literals?
What is the problem of ordered sequential files access?
What is report-item in COBOL?
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?