what is a MODELDSCB?
Answer / venu
MODELDSCB is a model dataset,once you created the GDG base
then only you can create model data set through IEBGENER
Utility.this is Refer the DCB parameters.
Is This Answer Correct ? | 5 Yes | 0 No |
What is the use of disp parameter?
What is concatenating?
What is Backward Referencing ?
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
what is a MODELDSCB?
I had 100 steps in jcl i want to execute first 10 steps only?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
Explain about LMFREE�free data set from its association with data ID
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
what are the options in file-aid to edit vsam dataset and to compare data sets.
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
Is there any command to check wether the ps file is in sorted order?