Must tape dataset definitions include vol=ser specifications?
No Answer is Posted For this Question
Be the First to Post Answer
What you mean by skeleton JCl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
when we use sysprint and sysout statements
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
What is jcl in mainframe?
what's the significance of freespace(0 0) and freespace(100 100)
can we copy a file from fixed block to variable block and vice versa ....asap
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3