what type of version is we r using now real time in all
modules(cobol, jcl, cics, db2, vsam)?
What are the parameters that are used in creating a gdg?
what will be the error code if duplicate key of VSAM file is found?
What is the function of the dd avgrec keyword in sms datasets?
wht r different types of sort fields in jcl ?
How do you check the syntax of a JCL without running it?
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
i want to avoid the positional parameter how to code it ?
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
what is use of disp parameter in dd statement?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
How to identify in JCL that an input file is empty without reading it?