a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
No Answer is Posted For this Question
Be the First to Post Answer
wht do u mean by inrec and outrec ?
i want to store 20 digits . how will u do it in cobol ?
Can we give two user name in NOTIFY parameter in JOBCARD
How is a type of file defined in the jcl that executes the cobol program?
what JCL Procedures?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the function of a dd statement?
A dd statement consists of 4 fields. Name them?
what is the use of IEBGENER utility?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
Is condition checking possible in jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?