Answer Posted / kiran balerao
s222 = you cancelled your job.
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
Explain the purpose of dd dummy statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Name the statement which can be used to send data to another mvs jes3 node?
What is one line to pass PARM from JCL to COBOL?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Suppose I have five jobs to do. But I want to hold one?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Is there any command to check wether the ps file is in sorted order?
Explain the function of //jcllib statement?
How can unused space allocation be returned to the system when a dataset is closed?
What do you understand by the terms: joblib and steplib?
write a jcl to execute a job by 7:00 am on jan 20,1986?
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