What methodology can be adapted to transfer data to a program that is coded using the exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
For what purpose steplib and joblib are used ?
How is a type of file defined in the jcl that executes the cobol program?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
How many steps we can overide in the proc's?
Min no of member?s (PDS) in one directory block?
What does S0C4 error mean?
What is order of searching of the libraries in a JCL?
Name some of the JCL statements that are not allowed in procs.?
what is the use of temporary files?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?