0% found this document useful (0 votes)
19 views1 page

WK 1

WORKSHOPS

Uploaded by

puneeth kumar
Copyright
© Public Domain
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

WK 1

WORKSHOPS

Uploaded by

puneeth kumar
Copyright
© Public Domain
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Write a program that will write a string �Techmill Training 2020� onto a
sequential file(TEMENOS.SEQ).
Note: Create a folder under UD

2. Write a routine to display the Customer details of the customer 100100 with the
fields MNEMONIC,NATIONALITY,SECTOR,SHORT.NAME

3. Write a routine to select the CUSTOMER who is having nationaity as US and write
the fields MNEMONIC,NATIONALITY,SECTOR,SHORT.NAME into sequential
file(TEST.<<EMP.NO>>)

4. Select all the accounts of the CUSTOMER "100100" and print the details of the
ACCOUNT application of the field CATEGORY,CURRENCY,WORKING.BALANCE

5. Select all te accounts whose WORKING.BALANCE id greater than 0 and CURRENCY is


USD and fetch the details of LAANGUAGE,NATIONALITY,ADDRESS,NAME.1 of the particular
CUSTOMER to which the account belongs.

6. Write a routine to fetch the current date and time and display the date in the
format DD/MM/YYYY.

7. Write a routine using jbase function to display the sub-string DEBIT.ACCOUNT


from the string FUNDS.TRANSFER>DEBIT.ACCOUNT

8. Write a routine to use the jbase functions LEFT,RIGHT,DQUOTE,SQUOTE,ISALPHA


(Search in google for detailed explaination to use)

9. Write a routine to concat to two strings (Eg: TECHMILL and TRAINING)

You might also like