What type of versions we r using in mainframe (jcl, cobol,
db2, vsam, cics)?
Name the system library from which modules are retrieved at execution
MOD, DELETE; What does a disposition of (,DELETE) mean ?
Is it possible to left uncode disp? If yes, how?
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)???
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
A job has 150 steps i want to execute only 57th step
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.can anyone please answer me for above questions. it's very urgent
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What are three parameters you can specify on Job statement as well as on exec stmt ?
How to skip first step of a job? Can we use COND on the first step?
What is a JCL Command statement ?
How to create delta file using JCL