What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF?
Answer Posted / mahesh babu
step which is coded after the If and End-If will be executes
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
how to compare two datasets without using superce because output is limited to 133 bytes
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Matching Logic in Jcl not in cobol.Could any one please answer this question
i want to store 20 digits . how will u do it in cobol ?
What is the format of comment statement?
Can we call instream to catalog and catalog to instream?
What are the parameter we cannot use in procedure?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what is “Cond= even” and “Cond=only”?
What is Cataloged Procedures?
How gdg are concatenated?
What is the function of dd disp parameter?
Explain dfsort utility?
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