How can a fb file convert to vb file using sort program?
No Answer is Posted For this Question
Be the First to Post Answer
What are three parameters you can specify on Job statement as well as on exec stmt ?
What are the common keyword parameters in both job and exec statements
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
which utility is used a dummy utility?
When output dataset space is required, what quantity categories are used?
How to find out the number of records in a file using JCL
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
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?
What is job control language?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
What is the purpose of dd * statement in jcl?
Why include statement is used in a jcl?