which utility is used to update pds?
What is DATACOM db?
Explain the purpose of the dd keylen parameter?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
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,
List some valid operation codes in JCL
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
i want to store 20 digits . how will u do it in cobol ?
What is model dataset label(Model DSCB)?
what is the purpose of SYSOUT parameter in the DD statement?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
What is difference between Return Code, user completion code, Abend code and reason Code?