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

increment of space in jcl


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
saideepu

New User


Joined: 30 Jan 2013
Posts: 9
Location: india

PostPosted: Wed Jul 10, 2013 6:22 pm
Reply with quote

Hi all,

In Unload JCL am using one stament like below

QTTCRE CONSTANT ' '

Noe i have to increase the length of space 256.IF any one knows syntax could please let me know.

Thanks
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 10, 2013 6:29 pm
Reply with quote

Maybe if you gave us a clue somewhere in that post someone might be able to help.

Which product are you using here ?

Have you consulted the product manuals ?

Have you asked a peer who knows more about the product than you do ?
Back to top
View user's profile Send private message
saideepu

New User


Joined: 30 Jan 2013
Posts: 9
Location: india

PostPosted: Wed Jul 10, 2013 6:34 pm
Reply with quote

Example:-
UNLOAD DATA FROM TABLE TVSAB (
AID,
NAME,
QTTCRE CONSTANT ' '
)

In above code i have specified one space.There i have to increase upto 256.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 10, 2013 6:37 pm
Reply with quote

expat wrote:
Which product are you using here ?

Have you consulted the product manuals ?

Have you asked a peer who knows more about the product than you do ?
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Wed Jul 10, 2013 6:44 pm
Reply with quote

are you sure that this is JCL and not DB2? (or something else)
Back to top
View user's profile Send private message
saideepu

New User


Joined: 30 Jan 2013
Posts: 9
Location: india

PostPosted: Wed Jul 10, 2013 7:24 pm
Reply with quote

yes am sure JCL only
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 10, 2013 7:27 pm
Reply with quote

expat wrote:
expat wrote:
Which product are you using here ?

Have you consulted the product manuals ?

Have you asked a peer who knows more about the product than you do ?


How on earth do you expect any help when you can't answer simple questions.

Without knowing which product you are using there is very little if anything at all that be done to help you.

If it is JCL only, then why are you using control statements ?
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Wed Jul 10, 2013 7:38 pm
Reply with quote

Tell you what,Saideepu, look up all those keywords you provided in the JCL Language reference manual. How many did you find? If you found them all then you are using a mighty strange version of JCL. For a start, JCL statements begin // with one exception that I can think of and it begins /*.

You say 'unload jcl'. You have not posted any JCL - only control statements (probably) for some utility program (probably). Which utility program? Have you looked in its manual?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jul 10, 2013 8:50 pm
Reply with quote

Hello,

Quote:
yes am sure JCL only
Sorry, but what you have shown is not JCL at all . . .

What is meant by "increase the length of space 256"?

Once you explain more clearly, someone should be able to help.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Merge 2 lines based on Space from a S... DFSORT/ICETOOL 5
No new posts Allocated space calculation from DCOL... PL/I & Assembler 3
No new posts split a name based on space in ASM PL/I & Assembler 9
No new posts Adding space to a dataset - getting D37 ABENDS & Debugging 10
Search our Forums:

Back to Top