How does jcl specify the job to the operating system?
No Answer is Posted For this Question
Be the First to Post Answer
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
what happens in conversion stage in job processing?
How many steps we can overide in the proc's?
Do we need to code DCB parameters when using DISP position as MOD?
What are the difference between jcl and jes?
How can a fb file convert to vb file using sort program?
What happens if both JOBLIB & STEPLIB is specified ?
Name the parameters which can be used to limit the number of records written to a sysout dataset?