Is acct parameter mandatory?
No Answer is Posted For this Question
Be the First to Post Answer
What are the utility programs in jcl?
How to copy VSAM files without using REPRO
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
How much space OS allocates when you create a PS or PDS?
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) ?
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
how to run batch program without jcl?
i want to store 20 digits . how will u do it in cobol ?
What is the function of the dd avgrec keyword in sms datasets?