Answer Posted / raghavendra
Before doing this alll the JCl statements shud be written to
the file mentioned in DD1 by the cobol pgm
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what is use of dsn parameter in dd statement?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the function of //cntl statement?
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?
Explain in DD statement what is the use of DCB parameter?
List in order the hierarchical levels of jcl?
Explain dfsort utility?
what are the statements that are not valid to be included in an include statement?
Explain the function of job statement in jcl?
How do you submit a job for execution?
What is notcat 2 - gs?
What is catelog procedure and how many catelog procedure to use in one job?
Explain the purpose of dd * statement in jcl?
How does the jcl specify the job to os?
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