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 |
When we give TYPERUN = SCAN , what are the syntax errors we get?
Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?
restart logic ?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
how to resolve soc-7 ? please tell me
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
What is the function of the steplib dd statement?
What dd statement is used to supply the name of a dataset?