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 |
i want a program using by if, evaluate , string, unstring, perform, occurs?
how can we find total no of records in a file ....is there any utility......?
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
What are the access modes of START statement?
What is the difference between performing a SECTION and a PARAGRAPH?
Why we should use cursor ?
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
What is the difference between static call & Dynamic call?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
how do you reference the printer file formats from cobol programs
can we use COPY statement in w-s section? how?