What is the function of the steplib dd statement?
No Answer is Posted For this Question
Be the First to Post Answer
How to submit a jcl from cics?
What is the differentiation between TRK,cyl, and Bytes... how they can be connected??
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.
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
how you can direct the data to spool using SYSOUT option?
A dd statement consists of 4 fields. Name them?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
wht r s722,s822,s122 and s222 abends pls reply fast
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
Explain about LMMFIND - find a library member
What does the statements: typrun=scan and typrun=hold do in a JCL statement