What is QSAM error usually when it is occurs?
Answer / guest
Usually it is occurs at the time of job submission.
| Is This Answer Correct ? | 2 Yes | 1 No |
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
How can a jobs execution priority be modified?
Define concatenating?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
How to execute step2,step1, step3 if step1,2,3 are in order
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
What is the purpose of the PARM keyword in the EXEC statement?
What do you feel makes a good program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
what is the use of temporary files?