IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Maximum no of job statement in jcl program


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jibinvarghese
Currently Banned

New User


Joined: 23 Sep 2007
Posts: 1
Location: chennai

PostPosted: Tue Oct 23, 2007 12:28 pm
Reply with quote

1--> maximum no of job statement in jcl program (i mean it can be more than 1 if yes how many)??


2-->i want to copy members of pds to another pds without using jcl program(ie utilities).....can i copy and paste through panel if yes how??


3-->how many maximum no of page dataset can be used in IEASYSxx (ie we have system dataset for system and local dataset for users..............how many we can use max for local and system)??

4-->if i want to repeat few lines in jcl hw's that possible
for example // abc
// fghyt
// asdfhhjsd

i want to repeat these 3 lines let suppose for 5 times what is the specfic command i can use??


hope so i will get positive answers[icon_smile.gif]
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Oct 23, 2007 12:32 pm
Reply with quote

Jibin,

Quote:
i will get positive answers

You will, provided your queries are correctly posed.

Quote:
maximum no of job statement in jcl program

JCL program?


Quote:
want to copy members of pds to another pds without using jcl program(ie utilities).....can i copy and paste through panel if yes how??

Basic ISPF panels will do this. Just do some 'R' work.

Quote:
if i want to repeat few lines in jcl hw's that possible
for example // abc
// fghyt
// asdfhhjsd

Try 'RR' command.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Oct 23, 2007 12:40 pm
Reply with quote

Replies with term clarification

1) there is no thing as a JCL program...
a JOB is identiified in its basics by
... job card
... exec statement
... dd statement

there can be 0 to many dd' s for each exec

there can be many groups of execs/dd's for each JOB

a sequential dataset or a member of a PDS can contain as many jobs as You want..
(as many as Your brain can manage while editind the member )


2) why use cut and paste ??
use ISPF 3.3 ( copy/move)

use the CREATE command from the member You are editing to
as the name says create a new member in the current or a different PDS

use the REPLACE command from the member You are editing to
as the name says to replace an existing new member in the current or a different PDS
( if the destination object does not exists iy will be created )

3) the question is not clear

You can use the RR

command of the ISPF editor with a number modifier...

RR on the first line of the group and a RR on the last line
will replicate the group,
a number modifier on any of the RR like RR4 will..
why don' t You try it
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Oct 23, 2007 1:07 pm
Reply with quote

Lots of finger checks this morning

my previous number 3 was meant as number 4..

as far as the original number 3

/interviewer stupidity on
it' s a moot point
I am SURE that no system programmer ever cared about such number

there will certainly be :
1 local ( for LPA )
1 common ( for CSA )

for performance there should be one page dataset for each disk volume

if anybody got a message saying that
he tried to exceed the MVS supported number of page datasets

it is likely that the IT shop has bigger problems !!
/interviewer stupidity OFF

anyway the magic number is guess what? ( I had to look for it ) 256
see the PAGTOTL parameter of IEAYSxx
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top