what is the compile process of cobol program expalin with code
What is the difference between the positional and keyword parameters? Give examples.
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is the purpose of coding class parameter in job statement?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
Are there any set of rules for the names of the steps used in a job?
What does a disposition of (NEW,CATLG,DELETE) mean?
When space is allocated for an output dataset, what units can be used?
which are the parameters mandatory in job card ?
What is COND=ONLY ?
what is use of dcb parameter in dd statement?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?