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 |
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
What is file status 39 ?
how to convert vsam table into DB2 table?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
what are the utilities for load and unload the DB2 tables
Define in-line perform?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
without performing any operations on a file how can i know whether it contains data or not
if a file has 1000 recods how copy the records from 1 to 100 records using sort
Write down the divisions of cobol program?