How can u know the current date using jcl?
Answers were Sorted based on User's Feedback
Answer / arpan kumar
by using cobol program we can know that current date of jcl
| Is This Answer Correct ? | 5 Yes | 3 No |
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
//{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?
Explain about SYSVAR
Where & How Do You Code Identifier In Jcl?
What is the DD statement for a output file?
What is the function of the steplib dd statement?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
Can we have a JOBSTEP without any EXEC ?
what is use of space parameter in dd statement?