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 |
Mention the types of job control statements?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is Uncatalog dataset? How can we access/use them?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
How can a job send a status message to a tso user at the completion of a job?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What u mean by include statement in JCL ?
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.
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
What does a disposition of (new,catlg,keep) for a dsn mean?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?