I have mainpgm(abc) this is the only cobol pgm(non-db2).And
this pgm calling subpgm name "acd" this also only cobol(non-
Db)and this pgm calling some other subpgm this pgm has
cobol-db2 pgm.
1) IF you calling static mode how to run and how to compile?
2) IF you calling dynamic mode how to run and how to
compile? plz suggestion me.
No Answer is Posted For this Question
Be the First to Post Answer
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
what is inrec fields and outrec fields in sorting
What is a PROC? What is the difference between an instream and a catalogued PROC?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
describe the job statement, its meaning,syntax and significant keywords?
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 you check if a file is empty using jcl?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
In DCB, what is LRECL,BLKSIZE,DSORG
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.