The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
3 11139
Define concatenating?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is NOTCAT ?
What is the function of a dd statement?
Explain in DD statement what is the use of DCB parameter?
what are the ways of passing data to a cobol program from jcl?
Is it possible to define dd statements as you want?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what operation is performed by job statement?
How to do automated restart when a job abend?
what happens in execution stage in job processing?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is notcat 2 - gs?
How can the attributes of one sms dataset be copied to another dataset?
Explain the job statement in jcl?