On the DD statement, what is the main difference between
creating a new sequential flat file and a partitioned dataset?
Answers were Sorted based on User's Feedback
Answer / guest
SPACE=(n,m) for a sequential file, SPACE=(n,m,p) for a PDS
where n, m, and p are numbers. The p designates how many
directory blocks to allocate.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
also in dcb parameter u can give ps for seq. files and po
for pds.
| Is This Answer Correct ? | 2 Yes | 1 No |
why do we use file-aid wht r the adv of using file-aid thn in ispf
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
Can we change a FB file to VB file in JCL? Please help
What does a disposition of (NEW,CATLG,KEEP) mean?
Explain the function of the steplib dd statement?
Can a PS file be read in reverse order?If so,how
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
Is acct parameter mandatory?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
mainframe questions like basic&depth