How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
No Answer is Posted For this Question
Be the First to Post Answer
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
What is 'S0C7' abend?
shall we concordinate two different length dataset in to a new date set.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
describe the dd statement,its meaning,syntax and keywords?
What is the purpose of dd dummy statement?
Can you give the sort card to arrange the specific column in the version of GDG.
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
How many positional parameters are there in job statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.