What is the function of //jcllib statement?
No Answer is Posted For this Question
Be the First to Post Answer
How do you submit a JCL under CICS environment ?
IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?
what is full form of AIX
What are SD37, SB37, SE37 abends?
Do we need to code DCB parameters when using DISP position as MOD?
How is a dataset passed from one step to another?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
Is Default for MSGCLASS = (1,1) ?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
Describe the EXEC statement, its meaning, syntax and keywords?
wht r different types of sort fields in jcl ?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?