Answer Posted / harsha
Temporary files are those files which have same
characteristics as that of any seq file. Temporary file are
created and deleted within the same JCL iteself.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How to pass the parameter in parm using linkage section ? (syntax)?
What is the syntax of JCL statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the function of //jcllib statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
define cond parameter in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the function of //jcllib statement?
Explain the purpose of dd * statement in jcl?
How jcl work to handle various input output file operations?
How to alter the parameters for the existing gdg?
What is the motivation behind coding class parameter in job statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Is it possible to left uncode disp?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.