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 |
Why include statement is used in a jcl?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
Explain about LMMLIST�list a library's members
What are steplib and joblib? What for they are used?
Is acct parameter mandatory?
when we use sysprint and sysout statements
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What does S0C4 error mean?
In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?
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.
If job is submitted with typerun = hold then how can we submit the same job?