Define concatenating?
No Answer is Posted For this Question
Be the First to Post Answer
What are the kinds of job control statements?
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.
For how long a job can be executed continuously in a mainframe ?
Describe the DD statement, its meaning, syntax and keywords?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
What is the use of DSNDB07 ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
Can we use DISP=SHR in output file in JCL
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is multithreading in jcl?
Is acct parameter mandatory?