How can a jobs execution priority be modified?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
how to code instream data in procedure?
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.
For what purpose steplib and joblib are used ?
Explain about RECORDING MODE Clause
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
What is DISP= (NEW,PASS,DELETE)?
what is “Cond= even” and “Cond=only”?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
What is QSAM error usually when it is occurs?