Answer Posted / 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 |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what are decleratives in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is amode(31)
What are literals?
Write the code to count the sum of n natural numbers.
) How do u handle errors in BMS macro
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how do you define single dimensional array and multidimensional array in your cobol?
What is link edit in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the pertinent COBOL
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.