what is jcl approach for programming?
Answers were Sorted based on User's Feedback
Answer / romi
Jcl is not used for programing..Its use to run the program
in the mainframe environment?
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / venkatreddy.madathala
Jcl is not used for programing..Its use to run the program
in the mainframe environment.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
Answer / wairagade
yes. JCL is not programming language. Its just define and
control program execution sequence according to bussiness
needs. Define means , provide resources to program and
control means controlling the sequence .. Any thoughts are
welcome . Thanks for your time
| Is This Answer Correct ? | 3 Yes | 0 No |
Write the code to count the sum of n natural numbers.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Name the sections present in data division.
What are the differences bitween cobol and cobol-2?
what is a zoned decimal data type and how it will be stored?
what is the difference between perform varying and perform until
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
i want to store 20 digits . h will u do it in cobol ?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to read a record from bottom of a file which is indexed by 'A'.