How many instream we can write in single jcl?
how to resolve sb37,sd37 se37 abends
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What does the one advantange of using IEBUPDTE?????
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
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
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
A job has 150 steps i want to execute only 57th step
Explain the hierarchy levels in jcl?