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 |
Can 88 level variable be declared in FD section..?
In an array processing what is the thing that can be done by using subscripts but not by using index
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
how many bytes do SPPPP999 will store?
what is the difference between Normal vaiable and comp variable.
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
hw to create 3 dimensional array & hw to access it?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do you define a table/array in COBOL?
)what is retrieve?
) How do u handle errors in BMS macro