Is it possible to take a PDS and write it to a GDG? If so,
can you provide an example? Thanx
Answer Posted / garry
Let me check once again and ignore previous reply .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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?
Why block size is multiple of lrecl in jcl?
Explain about LMFREE�free data set from its association with data ID
What do you understand by jcl?
What is catelog procedure and how many catelog procedure to use in one job?
What is jcl in mainframe?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is a jcl?
Is it possible to left uncode disp?
What is the function of //cntl statement?
What do you understand by the term job time – out and how can you overcome that?
Where can program checkpoints be stored for use in a restart?
What is the function of dd name parameter with a 2 part structure; audit.report?
List the various advantages of using jcl language?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file