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

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

670


Explain what you understand by passing by value.

700


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

2114


What is difference between static and dynamic call in cobol?

777


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

631






Explain how to differentiate call by context by comparing it to other calls?

689


What is the problem of ordered sequential files access?

702


What is link edit in cobol?

772


Which division and paragraphs are mandatory for a COBOL program?

709


What is the difference between Call and a Link?

698


What are the pertinent COBOL commands?

2623


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1230


How do you reference the following file formats from cobol programs?

693


Give some examples of command terminators?

759


What guidelines should be followed to write a structured cobol prgm?

673