what is jcl approach for programming?

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


Please Help Members By Posting Answers For Below Questions

For rewrite, why is it mandatory that file needs to be opened?

872


What is the usage of comp fields in cobol?

912


Define cobol?

1095


What are declaratives and what are their uses in cobol?

966


What is the difference between goback, stop run and exit program in cobol?

1265


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

943


In COBOL programming, what is PERFORM? What is VARYING?

900


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1059


Are you comfortable in cobol or jcl?

832


Why occurs cannot be used in 01 level in COBOL?

943


Discuss about changing dataset name in proc.

987


What are literals?

891


What is the problem of ordered sequential files access?

936


What is report-item in COBOL?

920


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?

7361