how you will define a temporary dataset in jcl?
Answer / biprajit
You need to use '&&' before the Dataset name; example- DSN=&&temp ;
Is This Answer Correct ? | 1 Yes | 0 No |
Explain about LMPUT-
How does jcl specify the job to the operating system?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
How do you designate a comment in JCL?
In DCB, what is LRECL,BLKSIZE,DSORG
Max generations in GDG??
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
Please give me the coding for converting VB to FB and FB to VB
Explain the function of job statement in jcl?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
At what stage, operator can change the class and priority of a submitted job?