How do you designate a comment in JCL?
Answer / guest
The comment statement is //* followed by the comments.
| Is This Answer Correct ? | 30 Yes | 1 No |
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?
When should DISP=MOD is used?
how to purge 50 initiators continuously?? console commands??
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
Explain about CBL/PROCESS statement syntax
Can you execute a PROC from another PROC?
What is the use of ikjeft1b utility in jcl?
Explain about Internal Sort
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?
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.