what is jcl approach for programming?

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


Please Help Members By Posting Answers For Below Questions

Can you please let me know the centre name of INS certification in Kolkata.

1969


What is the default value(s) for an initialize and what keyword allows for an override of the default?

974


what are decleratives in cobol?

2026


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?

963


What is amode(31)

937


What are literals?

885


Write the code to count the sum of n natural numbers.

953


) How do u handle errors in BMS macro

1736


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1878


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8711


how do you define single dimensional array and multidimensional array in your cobol?

891


What is link edit in cobol?

969


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

920


What are the pertinent COBOL

2259


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.

1374