Answer Posted / mohan tk
1.Create backups of sequential dataset or create members of
partitioned dataset.
2.create partioned dataset or members from a sequential
input dataset.
3.copying a sequential dataset
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you understand error(execution phase)?
What is the function of //jcllib statement?
What are the parameter we cannot use in procedure?
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
What is condition checking in jcl? Is this possible?
Why block size is multiple of lrecl in jcl?
how can you check if a file is empty using jcl?
how you will the direct the data to spool using sysout option?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the purpose of dd?
What is timing concept in mainframe?
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
how you can access an uncataloged dataset in a JCL?
what are the statements that are not valid to be included in an include statement?
A dd statement consists of 4 fields. Name them?