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.
Answers were Sorted based on User's Feedback
Answer / shrik
Search the information of all the jobs that use this
particular changed program.
Then u need to override/change the DCB parameter LRECL to 80
from 40 which wuld resolve the issue.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rajaraman
if the dataset use any copybook,search in program
library.then u will get affected programs.then search in
the jcl library.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vasanth
If you are using CA7 for scheduling , shift=f6 and give the
DSN name , it should show all the jobs using this data set
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a procedure?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
At what stage, operator can change the class and priority of a submitted job?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
What do you understand by the terms: joblib and steplib?
what is SOC4 error?
Suppose I have five jobs to do. But I want to hold one?
What is model dataset label(Model DSCB)?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
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