Answer Posted / vamsi
Ued for identified the status a data set.
EX:DISP=SHR
IT TELLS DATA SET IS OLD(ALREADY CREATED ) BUT USING IN
SHARE MODE.
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
how can the same proc be re-used and called by many jobs?
what happens in execution stage in job processing?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what operation is performed by job statement?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Name the statement which can be used to send data to another mvs jes3 node?
Explain the hierarchy levels in jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is timing concept in mainframe?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
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
List the various advantages of using jcl language?