Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
value of Parm length field if nothing is passed thr JCL PARM

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions
Author Message
jyothimenon1

New User


Joined: 16 Jul 2008
Posts: 10
Location: bangalore

PostPosted: Thu Jul 24, 2008 12:21 pm    Post subject: value of Parm length field if nothing is passed thr JCL PARM
Reply with quote

Hai,

Linkage Section.
01 Parmfield.
02 parm-data pic x(20)
02 parm-length pic s9(4) comp.


Here what will be the value of parm-length before the execution.?

and value if no data passed through PARM parameter in JCL?

Will it create any error?
Back to top
View user's profile Send private message
References
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3507
Location: Brussels once more ...

PostPosted: Thu Jul 24, 2008 12:30 pm    Post subject:
Reply with quote

OK, so I am not a programmer, so someone will possibly let me know if I am wrong icon_eek.gif

1) I thought that the length of the parm field was the first 4 bytes of the PARM field defined to WS.

2) Can not ever recall it being signed, but then .......................

3) Here what will be the value of parm-length before the execution.? -- Technically speaking it won't exist before execution

4) Hazard a guess at a big fat zero

5) Will it create any error? -- Why have you not tried any of this for yourself before posting ?
Back to top
View user's profile Send private message
Moved: Thu Jul 24, 2008 12:46 pm by dick scherrer From Mainframe COBOL to Interview Questions
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8613
Location: 221 B Baker St

PostPosted: Thu Jul 24, 2008 12:48 pm    Post subject:
Reply with quote

Hi Expat,

No, you are not wrong.

This topic (and a couple others) are quite possibly mis-worded interview questions.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Senior Member


Joined: 20 Oct 2006
Posts: 1618
Location: germany

PostPosted: Thu Jul 24, 2008 12:48 pm    Post subject:
Reply with quote

expat,

first 2 bytes (PIC 9(4) comp.) of parm defined in linkage.

other than that, great answer.

this is the 3rd of these type of rookie questions that I have seen today on the board. 'print without dd', 'which record will be read', and this silliness.

all three of these threads should be in interview forum; or has this website decided to dumb-down the technical forums?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions All times are GMT + 6 Hours
Page 1 of 1