Answer Posted / pradeep k(cr)
Temporary file will create after submitting job and it will
delete after completing the job. Means temporary files will
not occupy any space.
This temporary files will create by using &&
(double amperson). Ex:&&TEMP means you are creating
temporary file by name TEMP.
Ex: if you want to sort FILE1 and after that you need to
use that file as input in your COBOL program, that time you
willl use this temporary file as SORTOUT file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the resolution for sb37 error
Explain the function of //cntl statement?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How can a jobs execution priority be modified?
Is condition checking possible in jcl? If yes, how?
What are the 4 fields in dd statement?
Differentiate between addressing mode and run mode.
what operation is performed by job statement?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is one line to pass PARM from JCL to COBOL?
Explain how can values be passed from the job stream to an executable program?
what are the various stages of job processing?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?