a dd statement has 2 types of parameters. Name them?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
what is the JCL statement consists of?
what is static and dynamic call with examples?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
How gdg are concatenated?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
How is a type of file defined in the jcl that executes the cobol program?
How do you check the syntax of a JCL without running it?
What is the error code SOC01 indicate ?
if we give TIME=0 how many sec that job/step
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?