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 |
Can we Execute a job without specifying Job Name in the Job Card?
Explain about REXX
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
Where can program checkpoints be stored for use in a restart?
Do we need to code DCB parameters when using DISP position as MOD?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
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.
What is the purpose of the PARM keyword in the EXEC statement?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
How to do automated restart when a job abend?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"