how you will define a temporary dataset in jcl?
Answer Posted / biprajit
You need to use '&&' before the Dataset name; example- DSN=&&temp ;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
A dd statement consists of 4 fields. Name them?
what is DD statement is used in JCL?
I need exexution process for JCL programs
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Is condition checking possible in jcl?
Explain dfsort utility?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is the purpose of coding notify parameter in job statement?
Explain how can an in-stream dataset be terminated?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How to submit jcl through a cobol program?
What is the function of the dd dcb keyword?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?