How to test thru JCL if any file(PS or VSAM) is empty or
not. I do not want to use any COBOL prog or Ezytrieve and
want to do using utility.
Answer Posted / naren
IFEMPTY utility is used to check the file is empty or not,
if the return code of this step is 4 then the file is empty.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
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
What are the parameter we cannot use in procedure?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How to submit jcl through a cobol program?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What does a disposition of (new,catlg,keep) for a dsn mean?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how would you create a temporary dataset? And where will you use them?
How to do automated restart when a job abend?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is use of dcb parameter in dd statement?
What is the difference between the positional and keyword parameters? Give examples.
What is the format of comment statement?
i want to store 20 digits . how will u do it in cobol ?
What do you understand by the terms: joblib and steplib?