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 |
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
What is the significance of addrspc parameter in exec statement?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
What are the utility programs in jcl?
How to search strings in multiple dataset with conditions 'string1 & string2'?
which are the parameters mandatory in job card ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.